updating
This commit is contained in:
parent
402af72778
commit
9f9d7f9de7
3 changed files with 25 additions and 20 deletions
|
@ -15,25 +15,6 @@ spec:
|
|||
name: authentik-chart
|
||||
namespace: flux-system
|
||||
interval: 15m
|
||||
values:
|
||||
authentik:
|
||||
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW"
|
||||
error_reporting:
|
||||
enabled: false
|
||||
postgresql:
|
||||
password: "pm7N6zuDGJhWyR"
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: "pm7N6zuDGJhWyR"
|
||||
redis:
|
||||
enabled: true
|
||||
server:
|
||||
ingress:
|
||||
ingressClassName: traefik
|
||||
enabled: true
|
||||
hosts:
|
||||
- auth.${PUBLIC_DOMAIN}
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
- helmrelease.yaml
|
||||
- values.yaml
|
23
cluster/apps/staging/authentik/authentik/values.yaml
Normal file
23
cluster/apps/staging/authentik/authentik/values.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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
|
Loading…
Reference in a new issue