mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 15:04:58 +00:00
remove pvc temporarily.
This commit is contained in:
@@ -56,10 +56,10 @@ spec:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "256Mi"
|
||||
volumeMounts:
|
||||
- name: ghost-data
|
||||
mountPath: /var/lib/ghost/content
|
||||
volumes:
|
||||
- name: ghost-data
|
||||
persistentVolumeClaim:
|
||||
claimName: ghost-data-pvc
|
||||
# volumeMounts:
|
||||
# - name: ghost-data
|
||||
# mountPath: /var/lib/ghost/content
|
||||
# volumes:
|
||||
# - name: ghost-data
|
||||
# persistentVolumeClaim:
|
||||
# claimName: ghost-data-pvc
|
||||
|
||||
Reference in New Issue
Block a user