diff --git a/12_Authentik/authentik-values.gomplate.yaml b/12_Authentik/authentik-values.gomplate.yaml index 8950094..c73c12c 100644 --- a/12_Authentik/authentik-values.gomplate.yaml +++ b/12_Authentik/authentik-values.gomplate.yaml @@ -21,4 +21,51 @@ server: postgresql: enabled: false auth: - password: "ThisIsNotASecurePassword" \ No newline at end of file + password: "ThisIsNotASecurePassword" postgresql: + host: "your-cnpg-cluster-rw.namespace.svc.cluster.local" + name: "authentik" + port: 5432 + existingSecret: "authentik-credentials" # if you want to use a secret +server: + ingress: + # Specify kubernetes ingress controller class name + ingressClassName: nginx | traefik | kong + enabled: true postgresql: + host: "your-cnpg-cluster-rw.namespace.svc.cluster.local" + name: "authentik" + port: 5432 + existingSecret: "authentik-credentials" # if you want to use a secret +server: + ingress: + # Specify kubernetes ingress controller class name + ingressClassName: nginx | traefik | kong + enabled: true + hosts: + - authentik.domain.tld + +# Disable the built-in PostgreSQL +postgresql: + enabled: false + + hosts: + - authentik.domain.tld + +# Disable the built-in PostgreSQL +postgresql: + enabled: false + postgresql: + host: "your-cnpg-cluster-rw.namespace.svc.cluster.local" + name: "authentik" + port: 5432 + existingSecret: "authentik-credentials" # if you want to use a secret +server: + ingress: + # Specify kubernetes ingress controller class name + ingressClassName: nginx | traefik | kong + enabled: true + hosts: + - authentik.domain.tld + +# Disable the built-in PostgreSQL +postgresql: + enabled: false