REFACTOR(authelia): integrate ingress in values
- Move config.yaml, middleware.yaml, rbac.yaml to manifests/ - Add ingress configuration to helm-values.yaml - Remove separate ingress.yaml
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
# Authelia Helm Values
|
||||
# Chart: https://charts.authelia.com
|
||||
|
||||
# Ingress - disabled, using separate ingress.yaml
|
||||
# Ingress configuration
|
||||
ingress:
|
||||
enabled: false
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
tls:
|
||||
enabled: true
|
||||
secret: authelia-tls
|
||||
traefikCRD:
|
||||
enabled: false
|
||||
subdomain: auth0213
|
||||
host: ~
|
||||
hostOverride: auth0213.kro.kr
|
||||
|
||||
# Pod configuration
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user