Set verify full for authentik

This commit is contained in:
2025-07-18 09:22:12 +02:00
parent be8bc01370
commit 2cc4ff9cb1
+4 -1
View File
@@ -25,8 +25,10 @@ spec:
postgresql:
host: postgres-cluster-rw.postgres
server:
global:
env:
- name: AUTHENTIK_POSTGRESQL__SSLMODE
value: verify-full
- name: AUTHENTIK_POSTGRESQL__SSLCERT
value: /var/postgres-ssl/tls.crt
- name: AUTHENTIK_POSTGRESQL__SSLKEY
@@ -43,6 +45,7 @@ spec:
fsGroup: 1001
runAsUser: 1001
server:
ingress:
enabled: true
ingressClassName: cilium