move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.
This commit is contained in:
40
authentik-chart.yml
Normal file
40
authentik-chart.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
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
|
||||
Reference in New Issue
Block a user