Skip to content

Commit

Permalink
remove update
Browse files Browse the repository at this point in the history
  • Loading branch information
Student User committed May 12, 2022
1 parent c52b477 commit d2c6f8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
5 changes: 3 additions & 2 deletions base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ spec:
- containerPort: 3306
name: mysql
volumeMounts:
- mountPath: "/var/lib/mysql"
name: db-volume
- mountPath: "/var/lib/mysql"
name: db-volume
volumes:
- name: db-volume
emptyDir: {}
- name: db-init
emptyDir: {}
---
10 changes: 0 additions & 10 deletions base/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions overlays/production/dbclaim-pvc.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions overlays/production/kustomization.yaml

This file was deleted.

0 comments on commit d2c6f8d

Please sign in to comment.