modify volume in deployments

This commit is contained in:
gregory hendrickson
2023-01-26 10:00:58 -08:00
parent a7d176407a
commit 9ec90e39c4
2 changed files with 2 additions and 9 deletions

View File

@@ -59,7 +59,4 @@ spec:
volumeMounts: volumeMounts:
- name: ghost-data - name: ghost-data
mountPath: /var/lib/ghost/content mountPath: /var/lib/ghost/content
volumes:
- name: ghost-data
persistentVolumeClaim:
claimName: ghost-data-pvc

View File

@@ -48,8 +48,4 @@ spec:
cpu: "500m" cpu: "500m"
volumeMounts: volumeMounts:
- mountPath: /var/lib/mysql - mountPath: /var/lib/mysql
name: mysql-storage name: mysql-pv
volumes:
- name: mysql-storage
persistentVolumeClaim:
claimName: mysql-pvc