mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
bf7f3692b8
commit
765a79aaad
1 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
authentik:
|
authentik:
|
||||||
global:
|
global:
|
||||||
env:
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
|
env:
|
||||||
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
@ -19,7 +21,7 @@ authentik:
|
||||||
outposts:
|
outposts:
|
||||||
container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s
|
container_image_base: registry.durp.info/goauthentik/%(type)s:%(version)s
|
||||||
postgresql:
|
postgresql:
|
||||||
host: '{{ .Release.Name }}-postgresql-hl'
|
host: "{{ .Release.Name }}-postgresql-hl"
|
||||||
name: "authentik"
|
name: "authentik"
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
@ -36,7 +38,7 @@ authentik:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
postgresqlUsername: "authentik"
|
postgresqlUsername: "authentik"
|
||||||
postgresqlDatabase: "authentik"
|
postgresqlDatabase: "authentik"
|
||||||
existingSecret: db-pass
|
existingSecret: db-pass
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
|
|
@ -47,7 +49,7 @@ authentik:
|
||||||
enabled: true
|
enabled: true
|
||||||
master:
|
master:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
registry: registry.durp.info
|
registry: registry.durp.info
|
||||||
repository: bitnami/redis
|
repository: bitnami/redis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue