diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index 9d71637..fb60eaa 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -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}" @@ -41,4 +43,7 @@ spec: - host: k3sauth.***REMOVED*** paths: - path: "/" - pathType: Prefix \ No newline at end of file + pathType: Prefix + + monitoring: + enabled: false # temporarily disable monitoring \ No newline at end of file diff --git a/cluster/apps/database/kustomization.yaml b/cluster/apps/database/kustomization.yaml index bcb0f09..5c29326 100644 --- a/cluster/apps/database/kustomization.yaml +++ b/cluster/apps/database/kustomization.yaml @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./namespace.yaml -- ./network_policy.yaml +#- ./network_policy.yaml - ./postgresql - ./redis \ No newline at end of file