FIX(authelia): use rulesOverride for config
- Use rulesOverride for access control configuration - Fix invalid Helm values properties
This commit is contained in:
@@ -12,9 +12,17 @@ ingress:
|
|||||||
secret: authelia-tls
|
secret: authelia-tls
|
||||||
traefikCRD:
|
traefikCRD:
|
||||||
enabled: false
|
enabled: false
|
||||||
subdomain: auth0213
|
rulesOverride:
|
||||||
host: ~
|
- host: auth0213.kro.kr
|
||||||
hostOverride: auth0213.kro.kr
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: authelia
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
|
||||||
# Pod configuration
|
# Pod configuration
|
||||||
pod:
|
pod:
|
||||||
|
|||||||
Reference in New Issue
Block a user