Files
k8s-manifests/helm/authelia/values.yaml
T

61 lines
1.3 KiB
YAML

configMap:
access_control:
default_policy: deny
rules:
- domain: vpn.uzbutterfly.com
policy: two_factor
authentication_backend:
file:
enabled: true
path: /secrets/authelia-users/users.yml
identity_validation:
reset_password:
secret:
value: ""
notifier:
disable_startup_check: true
filesystem:
enabled: true
filename: /tmp/notification.txt
session:
cookies:
- default_redirection_url: https://vpn.uzbutterfly.com
domain: uzbutterfly.com
subdomain: auth
encryption_key:
value: ""
redis:
enabled: true
host: authelia-redis-master
port: 6379
storage:
encryption_key:
value: ""
postgres:
address: tcp://authelia-postgres-postgresql:5432
database: authelia
enabled: true
password:
value: ""
username: authelia
theme: dark
totp:
disable: false
issuer: uzbutterfly.com
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
className: nginx
enabled: true
tls:
enabled: true
secret: authelia-tls
secret:
existingSecret: authelia-secrets
additionalSecrets:
authelia-users:
items:
- key: users.yml
path: users.yml