feat: nginx ingressClassName

This commit is contained in:
auricom
2021-08-25 14:08:18 +02:00
parent 2b842f58a5
commit 6bb6c3aad6
44 changed files with 156 additions and 199 deletions

View File

@@ -27,8 +27,7 @@ spec:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
subdomain: login
@@ -159,3 +158,14 @@ spec:
key: SMTP_PASSWORD
value: "${SECRET_AUTHELIA_SMTP_PASSWORD}"
filename: SMTP_PASSWORD
postRenderers:
- kustomize:
patchesJson6902:
- target:
kind: Ingress
name: authelia
patch:
- op: add
path: /spec/ingressClassName
value: nginx