43 lines
1 KiB
YAML
43 lines
1 KiB
YAML
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: authentik
|
||
|
namespace: default
|
||
|
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
|