itendation fixed...

This commit is contained in:
2024-04-07 12:09:59 +02:00
parent 6acd8d1e95
commit f16ea4621b
2 changed files with 16 additions and 9 deletions

View File

@ -52,10 +52,17 @@ spec:
- --certificatesResolvers.default.acme.storage=/data/certs/acme.json
- --certificatesResolvers.default.acme.caServer=https://acme-staging-v02.api.letsencrypt.org/directory
volumeMounts:
- name: traefik-pvc
mountPath: /certs
- mountPath: /certs
name: traefik-pvc
subPath: certs
- mountPath: /data
name: traefik-pvc
subPath: data
- mountPath: /tmp
name: traefik-pvc
subPath: tmp
resources: {}
volumes:
- name: traefik-pvc
persistentVolumeClaim:
claimName: traefik-pvc
volumes:
- name: traefik-pvc
persistentVolumeClaim:
claimName: local-path-pvc