k3s-cluster/cluster/apps/authentik/helm-release.yaml

38 lines
983 B
YAML
Raw Normal View History

2023-04-06 23:01:51 -04:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
2023-04-06 23:05:39 -04:00
name: authentik
2023-04-06 23:01:51 -04:00
namespace: authentik
spec:
interval: 5m
chart:
spec:
chart: authentik
version: 2023.3.1
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
values:
authentik:
secret_key: "${SECRET_AUTHENTIK_SECRET_KEY}"
# This sends anonymous usage-data, stack traces on errors and
# performance data to sentry.beryju.org, and is fully opt-in
error_reporting:
enabled: true
postgresql:
host: "postgresql.database"
name: "authentik"
user: k3spostgresql
password: "${SECRET_DATABASE_PGSQL_USER_PASS}"
redis:
host: "redis-master.database"
password: "${SECRET_DATABASE_REDIS_PASS}"
ingress:
enabled: true
hosts:
- host: k3sauth.***REMOVED***
paths:
- path: "/"
pathType: Prefix