fixing
This commit is contained in:
parent
ba5629485d
commit
83c211376f
1 changed files with 14 additions and 23 deletions
|
@ -15,32 +15,23 @@ spec:
|
|||
name: authentik-chart
|
||||
namespace: flux-system
|
||||
interval: 15m
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
size: 3Gi
|
||||
|
||||
values:
|
||||
authentik:
|
||||
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW"
|
||||
# This sends anonymous usage-data, stack traces on errors and
|
||||
# performance data to sentry.io, and is fully opt-in
|
||||
error_reporting:
|
||||
enabled: false
|
||||
postgresql:
|
||||
password: "pm7N6zuDGJhWyR"
|
||||
|
||||
server:
|
||||
ingress:
|
||||
# Specify kubernetes ingress controller class name
|
||||
ingressClassName: traefik
|
||||
enabled: true
|
||||
hosts:
|
||||
- auth.mafyuh.com
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: "pm7N6zuDGJhWyR"
|
||||
redis:
|
||||
enabled: true
|
||||
server:
|
||||
ingress:
|
||||
ingressClassName: traefik
|
||||
enabled: true
|
||||
hosts:
|
||||
- auth.mafyuh.com
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
size: 3Gi
|
||||
|
|
Loading…
Reference in a new issue