Test authentik
This commit is contained in:
parent
32812d5871
commit
37530af770
51
apps/templates/authentik.yaml
Normal file
51
apps/templates/authentik.yaml
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: traefik
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: authentik
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: authentik
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/goauthentik/server
|
||||||
|
tag: 2022.10.0
|
||||||
|
|
||||||
|
authentik:
|
||||||
|
error_reporting:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
envValueFrom:
|
||||||
|
AUTHENTIK_POSTGRESQL__PASSWORD:
|
||||||
|
secretKeyRef:
|
||||||
|
key: postgres-password
|
||||||
|
name: postgres-secret
|
||||||
|
|
||||||
|
AUTHENTIK_SECRET_KEY:
|
||||||
|
secretKeyRef:
|
||||||
|
key: AUTHENTIK_SECRET_KEY
|
||||||
|
name: authentik-secret
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
enabled: true
|
||||||
|
auth:
|
||||||
|
existingSecret: postgres-secret
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
repoURL: https://charts.goauthentik.io
|
||||||
|
targetRevision: 2022.10.0
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user