Compare commits
No commits in common. "c8f1b1a427159b719e0c0244e3c27904e10e69da" and "f22eb52085dac66b863424128c27cfd41cc6dba3" have entirely different histories.
c8f1b1a427
...
f22eb52085
2 changed files with 25 additions and 10 deletions
|
@ -34,19 +34,33 @@ spec:
|
||||||
disableWait: false
|
disableWait: false
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
values:
|
values:
|
||||||
authentik:
|
secret:
|
||||||
secret_key: 'testtesttesttesttesttest'
|
create: false
|
||||||
|
existingSecret: authentik-secret
|
||||||
server:
|
server:
|
||||||
ingress:
|
ingress:
|
||||||
|
env:
|
||||||
|
- name: SECRET_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: authentik-secret
|
||||||
|
key: secret-key
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ingressClassName: traefik
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
hosts:
|
hosts:
|
||||||
- auth.hxme.net
|
- host: auth.hxme.net
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: authentik-tls
|
||||||
|
hosts:
|
||||||
|
- auth.hxme.net
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true # Set to false if using external DB
|
||||||
auth:
|
|
||||||
password: "JustAShitPassword"
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true # Set to false if using external Redis
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,6 @@ resources:
|
||||||
- dns/bind.yaml
|
- dns/bind.yaml
|
||||||
- dns/externaldns.yaml
|
- dns/externaldns.yaml
|
||||||
- ssl/certmanager.yaml
|
- ssl/certmanager.yaml
|
||||||
|
- auth/authentik.yaml
|
||||||
- files/nextcloud.yaml
|
- files/nextcloud.yaml
|
||||||
- files/syncthing.yaml
|
- files/syncthing.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue