Re-attempt authentik with known working version and values to match
This commit is contained in:
parent
74fe55f4e1
commit
9c7f0b2c0f
1 changed files with 34 additions and 8 deletions
|
@ -6,19 +6,45 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: "https://charts.goauthentik.io/"
|
repoURL: https://charts.goauthentik.io/
|
||||||
chart: "authentik"
|
targetRevision: 2024.6.4
|
||||||
targetRevision: "2025.6.4"
|
|
||||||
type: "helm"
|
|
||||||
helm:
|
helm:
|
||||||
releaseName: "authentik"
|
values: |
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
redis:
|
||||||
|
enabled: false
|
||||||
|
postgresqlConfig:
|
||||||
|
host: postgresql.database
|
||||||
|
port: 5432
|
||||||
|
database: authentik
|
||||||
|
username: authentik
|
||||||
|
password: <your-postgresql-password>
|
||||||
|
existingSecret: authentik-secrets
|
||||||
|
existingSecretKey: postgresql-password
|
||||||
|
redisConfig:
|
||||||
|
host: <your-external-redis-host>
|
||||||
|
port: <your-external-redis-port>
|
||||||
|
password: <your-redis-password>
|
||||||
|
existingSecret: authentik-secrets
|
||||||
|
existingSecretKey: redis-password
|
||||||
|
authentik:
|
||||||
|
secret_key_existing_secret: authentik-secrets
|
||||||
|
secret_key_existing_secret_key: secret-key
|
||||||
|
external_url: "https://authentik.yourdomain.com/"
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- host: authentik.hxme.net
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: https://kubernetes.default.svc
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue