flux-apps/authentik/helm-release.yaml

43 lines
1 KiB
YAML
Raw Normal View History

2023-12-28 00:07:44 +01:00
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: authentik
2023-12-28 00:10:31 +01:00
namespace: authentik
2023-12-28 00:07:44 +01:00
spec:
interval: 5m
chart:
spec:
chart: <name|path>
version: '4.0.x'
sourceRef:
kind: HelmRepository
name: authentik
namespace: flux-system
interval: 1m
values:
authentik:
secret_key: "nPgcX6KnkNUXO6nxYJylIq324gEXlDlWuruetgoj4YQpwKpglu"
# This sends anonymous usage-data, stack traces on errors and
# performance data to sentry.io, and is fully opt-in
error_reporting:
enabled: true
postgresql:
password: "ThisIsNotASecurePassword"
ingress:
# Specify kubernetes ingress controller class name
ingressClassName: nginx
enabled: true
hosts:
# Specify external host name
# - host: account.n39.eu
- host: k3s.n39.eu
paths:
- path: "/"
pathType: Prefix
postgresql:
enabled: true
postgresqlPassword: "ThisIsNotASecurePassword"
redis:
enabled: true