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:
|
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
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user