Try to get authentik working

This commit is contained in:
SeanOMik 2023-04-06 23:55:48 -04:00
parent 4ef3904182
commit 17d43fa167
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./network_policy.yaml
#- ./network_policy.yaml
- ./postgresql
- ./redis