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
|
||||
timeout: 10m
|
||||
values:
|
||||
authentik:
|
||||
secret_key: 'testtesttesttesttesttest'
|
||||
|
||||
secret:
|
||||
create: false
|
||||
existingSecret: authentik-secret
|
||||
server:
|
||||
ingress:
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: secret-key
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||
hosts:
|
||||
- auth.hxme.net
|
||||
|
||||
- host: auth.hxme.net
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: authentik-tls
|
||||
hosts:
|
||||
- auth.hxme.net
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: "JustAShitPassword"
|
||||
|
||||
enabled: true # Set to false if using external DB
|
||||
redis:
|
||||
enabled: true
|
||||
enabled: true # Set to false if using external Redis
|
||||
|
||||
|
|
|
@ -12,5 +12,6 @@ resources:
|
|||
- dns/bind.yaml
|
||||
- dns/externaldns.yaml
|
||||
- ssl/certmanager.yaml
|
||||
- auth/authentik.yaml
|
||||
- files/nextcloud.yaml
|
||||
- files/syncthing.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue