mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
modify volume in deployments
This commit is contained in:
@@ -59,7 +59,4 @@ spec:
|
||||
volumeMounts:
|
||||
- name: ghost-data
|
||||
mountPath: /var/lib/ghost/content
|
||||
volumes:
|
||||
- name: ghost-data
|
||||
persistentVolumeClaim:
|
||||
claimName: ghost-data-pvc
|
||||
|
||||
|
||||
@@ -48,8 +48,4 @@ spec:
|
||||
cpu: "500m"
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/mysql
|
||||
name: mysql-storage
|
||||
volumes:
|
||||
- name: mysql-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-pvc
|
||||
name: mysql-pv
|
||||
|
||||
Reference in New Issue
Block a user