Try to get authentik working
This commit is contained in:
parent
4ef3904182
commit
17d43fa167
|
@ -23,11 +23,13 @@ spec:
|
|||
log_level: debug
|
||||
error_reporting:
|
||||
enabled: true
|
||||
environment: "k3s"
|
||||
postgresql:
|
||||
host: "postgresql.database"
|
||||
name: "authentik"
|
||||
user: k3spostgresql
|
||||
password: "${SECRET_DATABASE_PGSQL_USER_PASS}"
|
||||
port: 5432
|
||||
redis:
|
||||
host: "redis-master.database"
|
||||
password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||
|
@ -42,3 +44,6 @@ spec:
|
|||
paths:
|
||||
- path: "/"
|
||||
pathType: Prefix
|
||||
|
||||
monitoring:
|
||||
enabled: false # temporarily disable monitoring
|
|
@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./network_policy.yaml
|
||||
#- ./network_policy.yaml
|
||||
- ./postgresql
|
||||
- ./redis
|
Loading…
Reference in New Issue