strato-infra/flux/cluster/apps/authentik/helm.yaml

48 lines
1.0 KiB
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: authentik
namespace: authentik
spec:
interval: 1m0s
chart:
spec:
# renovate: registryUrl=https://charts.goauthentik.io
chart: authentik
version: 2022.4.3
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
interval: 5m
valuesFrom:
- kind: Secret
name: authentik
valuesKey: secret_key
targetPath: authentik.secret_key
optional: false
values:
image:
repository: ghcr.io/goauthentik/server
tag: 2022.5.2
authentik:
error_reporting:
enabled: false
postgresql:
host: "10.244.87.21"
name: "authentik"
user: "authentik"
redis:
enabled: true
architecture: standalone
auth:
enabled: false
ingress:
enabled: true
annotations:
hosts:
- host: auth.asraphiel.dev
paths:
- path: "/"
pathType: Prefix