Restructure deployments

This commit is contained in:
2024-12-24 13:25:02 +01:00
parent c267c4ea65
commit 487ce7c0ec
34 changed files with 83 additions and 91 deletions

View File

@@ -0,0 +1,38 @@
# /apps/prod/authelia/values.yaml
domain: 'example.com'
configMap:
authentication_backend:
file:
enabled: true
path: /users/users_database.yaml
password:
algorithm: argon2
ldap:
enabled: false
access_control:
rules:
- domain: '*.example.com'
policy: one_factor
session:
redis:
enabled: false
storage:
local:
enabled: true
path: /config/db.sqlite3
postgres:
enabled: false
notifier:
smtp:
enabled: false
filesystem:
enabled: true
pod:
extraVolumeMounts:
- name: authelia-users-vol
mountPath: /users
extraVolumes:
- name: authelia-users-vol
secret:
secretName: authelia-users-secret