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:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: ghost-data
|
# - name: ghost-data
|
||||||
mountPath: /var/lib/ghost/content
|
# mountPath: /var/lib/ghost/content
|
||||||
volumes:
|
# volumes:
|
||||||
- name: ghost-data
|
# - name: ghost-data
|
||||||
persistentVolumeClaim:
|
# persistentVolumeClaim:
|
||||||
claimName: ghost-data-pvc
|
# claimName: ghost-data-pvc
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: mysql-data
|
# - name: mysql-data
|
||||||
mountPath: /var/lib/mysql
|
# mountPath: /var/lib/mysql
|
||||||
volumes:
|
# volumes:
|
||||||
- name: mysql-data
|
# - name: mysql-data
|
||||||
persistentVolumeClaim:
|
# persistentVolumeClaim:
|
||||||
claimName: mysql-pv-disk
|
# claimName: mysql-pv-disk
|
||||||
|
|||||||
@@ -40,10 +40,10 @@ spec:
|
|||||||
- --certificatesresolvers.myresolver.acme.storage=/data/traefik/acme.json
|
- --certificatesresolvers.myresolver.acme.storage=/data/traefik/acme.json
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
- name: traefik-config
|
# - name: traefik-config
|
||||||
configMap:
|
# configMap:
|
||||||
name: traefik-config
|
# name: traefik-config
|
||||||
- name: traefik-data
|
# - name: traefik-data
|
||||||
persistentVolumeClaim:
|
# persistentVolumeClaim:
|
||||||
claimName: traefik-data
|
# claimName: traefik-data
|
||||||
|
|||||||
Reference in New Issue
Block a user