This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-16 19:36:12 +00:00
|
|
|
image:
|
|
|
|
tag: gh-master
|
|
|
|
|
|
|
|
serverReplicas: 1
|
|
|
|
workerReplicas: 1
|
|
|
|
|
|
|
|
config:
|
|
|
|
# Log level used by web and worker
|
|
|
|
# Can be either debug, info, warning, error
|
|
|
|
logLevel: debug
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
hosts:
|
2020-12-05 21:08:42 +00:00
|
|
|
- authentik.127.0.0.1.nip.io
|
2020-10-16 19:36:12 +00:00
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
# These values influence the bundled postgresql and redis charts, but are also used by authentik to connect
|
2020-10-16 19:36:12 +00:00
|
|
|
postgresql:
|
|
|
|
postgresqlPassword: EK-5jnKfjrGRm<77
|
|
|
|
|
|
|
|
redis:
|
|
|
|
password: password
|