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
|
name: authentik-chart
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 15m
|
interval: 15m
|
||||||
persistence:
|
values:
|
||||||
enabled: true
|
authentik:
|
||||||
storageClass: longhorn
|
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW"
|
||||||
size: 3Gi
|
error_reporting:
|
||||||
|
|
||||||
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
|
enabled: false
|
||||||
postgresql:
|
postgresql:
|
||||||
|
auth:
|
||||||
password: "pm7N6zuDGJhWyR"
|
password: "pm7N6zuDGJhWyR"
|
||||||
|
redis:
|
||||||
server:
|
enabled: true
|
||||||
ingress:
|
server:
|
||||||
# Specify kubernetes ingress controller class name
|
ingress:
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- auth.mafyuh.com
|
- auth.mafyuh.com
|
||||||
|
persistence:
|
||||||
postgresql:
|
enabled: true
|
||||||
enabled: true
|
storageClass: longhorn
|
||||||
auth:
|
size: 3Gi
|
||||||
password: "pm7N6zuDGJhWyR"
|
|
||||||
redis:
|
|
||||||
enabled: true
|
|
||||||
|
|
Loading…
Reference in a new issue