41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: authentik
|
|
namespace: authentik
|
|
spec:
|
|
chart: authentik
|
|
targetNamespace: authentik
|
|
repo: https://charts.goauthentik.io
|
|
# https://artifacthub.io/packages/helm/goauthentik/authentik
|
|
version: 2025.6.3
|
|
valuesContent: |-
|
|
authentik:
|
|
secret_key: "0hETw0LhioALQ6vhNTiN5MuW1349KjPlol3Q3D6sC8BV+IlzyhIfZYth/7WapdmOM8ib3qyyGLC5/8Xk"
|
|
postgresql:
|
|
password: "dead_forest_coast_rain_bones"
|
|
server:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-cluster-issuer"
|
|
hosts:
|
|
- login.keligrubb.com
|
|
tls:
|
|
- secretName: authentik-tls
|
|
hosts:
|
|
- login.keligrubb.com
|
|
# metrics:
|
|
# enabled: true
|
|
# serviceMonitor:
|
|
# enabled: true
|
|
# labels:
|
|
# release: prometheus
|
|
postgresql:
|
|
enabled: true
|
|
auth:
|
|
password: "dead_forest_coast_rain_bones"
|
|
redis:
|
|
enabled: true
|