mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
update
This commit is contained in:
@@ -61,5 +61,5 @@ spec:
|
|||||||
mountPath: /var/lib/ghost/content
|
mountPath: /var/lib/ghost/content
|
||||||
volumes:
|
volumes:
|
||||||
- name: ghost-blog-content
|
- name: ghost-blog-content
|
||||||
persistentVolume:
|
persistentVolumeClaim:
|
||||||
claimName: ghost-blog-pv
|
claimName: ghost-blog-pvc
|
||||||
@@ -51,5 +51,5 @@ spec:
|
|||||||
mountPath: /var/lib/mysql
|
mountPath: /var/lib/mysql
|
||||||
volumes:
|
volumes:
|
||||||
- name: mysql-persistent-storage
|
- name: mysql-persistent-storage
|
||||||
persistentVolume:
|
persistentVolumeClaim:
|
||||||
claimName: mysql-pv
|
claimName: mysql-pvc
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ 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
|
||||||
persistentVolume:
|
persistentVolumeClaim:
|
||||||
claimName: traefik-pvc
|
claimName: traefik-pvc
|
||||||
- name: traefik-data
|
- name: traefik-data
|
||||||
persistentVolume:
|
persistentVolumeClaim:
|
||||||
claimName: traefik-pv
|
claimName: traefik-pvc
|
||||||
|
|||||||
Reference in New Issue
Block a user