idk
This commit is contained in:
parent
f75b44efca
commit
5b4bbe8f86
33 changed files with 691 additions and 35 deletions
47
applications.old/40-authentik/authentik.yaml
Normal file
47
applications.old/40-authentik/authentik.yaml
Normal file
|
@ -0,0 +1,47 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: authentik
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.goauthentik.io
|
||||
chart: "authentik"
|
||||
targetRevision: 2025.6.4
|
||||
type: helm
|
||||
helm:
|
||||
values: |
|
||||
global:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: authentik-env
|
||||
redis:
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||
hosts:
|
||||
- host: auth.hxme.net
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- auth.hxme.net
|
||||
secretName: wildcard-hxme-net
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: home-server
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
Add table
Add a link
Reference in a new issue