mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: nginx ingressClassName
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user