mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +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
|
||||
|
||||
@@ -46,10 +46,10 @@ spec:
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
volumeMounts:
|
||||
- name: mysql-data
|
||||
mountPath: /var/lib/mysql
|
||||
volumes:
|
||||
- name: mysql-data
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-pv-disk
|
||||
# volumeMounts:
|
||||
# - name: mysql-data
|
||||
# mountPath: /var/lib/mysql
|
||||
# volumes:
|
||||
# - name: mysql-data
|
||||
# persistentVolumeClaim:
|
||||
# claimName: mysql-pv-disk
|
||||
|
||||
@@ -40,10 +40,10 @@ spec:
|
||||
- --certificatesresolvers.myresolver.acme.storage=/data/traefik/acme.json
|
||||
|
||||
|
||||
volumes:
|
||||
- name: traefik-config
|
||||
configMap:
|
||||
name: traefik-config
|
||||
- name: traefik-data
|
||||
persistentVolumeClaim:
|
||||
claimName: traefik-data
|
||||
# volumes:
|
||||
# - name: traefik-config
|
||||
# configMap:
|
||||
# name: traefik-config
|
||||
# - name: traefik-data
|
||||
# persistentVolumeClaim:
|
||||
# claimName: traefik-data
|
||||
|
||||
Reference in New Issue
Block a user