diff --git a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml index 902bafb..bdc95b8 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml @@ -50,10 +50,10 @@ spec: - --certificatesResolvers.default.acme.storage=/certs/acme.json - --certificatesResolvers.default.acme.caServer=https://acme-staging-v02.api.letsencrypt.org/directory volumeMounts: - - name: treafik-pvc + - name: traefik-pvc mountPath: /certs resources: {} volumes: - - name: treafik-pvc + - name: traefik-pvc persistentVolumeClaim: - claimName: front-treafik-pvc + claimName: front-traefik-pvc