Fix error with traefik helm chart
This commit is contained in:
parent
981ea01139
commit
4be4ca15db
|
@ -84,9 +84,8 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
||||||
#traefik.ingress.kubernetes.io/router.middlewares:
|
traefik.ingress.kubernetes.io/router.middlewares: "traefik-authentik@kubernetescrd"
|
||||||
entryPoints: [ "websecure" ]
|
entryPoints: [ "websecure" ]
|
||||||
middlewares: [ "traefik-authentik@kubernetescrd" ]
|
|
||||||
|
|
||||||
# Set Traefik as your default Ingress Controller, according to Kubernetes 1.19+ changes.
|
# Set Traefik as your default Ingress Controller, according to Kubernetes 1.19+ changes.
|
||||||
ingressClass:
|
ingressClass:
|
||||||
|
|
Loading…
Reference in New Issue