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

48 lines
1.0 KiB
YAML
Raw Normal View History

2022-05-23 13:43:58 +02:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: authentik
namespace: authentik
spec:
interval: 1m0s
2022-05-23 21:53:50 +02:00
chart:
2022-05-23 13:43:58 +02:00
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
2022-05-23 14:02:00 +02:00
tag: 2022.5.2
2022-05-23 13:43:58 +02:00
authentik:
error_reporting:
2022-05-23 21:53:50 +02:00
enabled: false
2022-05-23 13:43:58 +02:00
postgresql:
2022-05-23 13:53:16 +02:00
host: "10.244.87.21"
2022-05-23 13:43:58 +02:00
name: "authentik"
user: "authentik"
redis:
enabled: true
architecture: standalone
auth:
enabled: false
ingress:
enabled: true
2022-05-23 21:53:50 +02:00
annotations:
2022-05-23 13:43:58 +02:00
hosts:
- host: auth.asraphiel.dev
paths:
- path: "/"
pathType: Prefix