ngl I asked gpt again, its an addiction
This commit is contained in:
parent
aca165abd2
commit
85752519f6
1 changed files with 23 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -17,7 +16,29 @@ spec:
|
||||||
global:
|
global:
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: authentik-values
|
name: authentik-secret
|
||||||
|
authentik:
|
||||||
|
secret_key: "env://AUTHENTIK_SECRET_KEY"
|
||||||
|
postgresql:
|
||||||
|
password: "env://AUTHENTIK_POSTGRES_PASSWORD"
|
||||||
|
error_reporting:
|
||||||
|
enabled: true
|
||||||
|
server:
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
|
tls:
|
||||||
|
- secretName: wildcard-hxme-net
|
||||||
|
hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
redis:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue