From 77b7249e83787e1f91d8caa662472fdb3ac32991 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 13:20:51 +0100 Subject: [PATCH] fix cert dns for psql --- deployment/zitadel/certificate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/zitadel/certificate.yaml b/deployment/zitadel/certificate.yaml index 0650f31..7a87e08 100644 --- a/deployment/zitadel/certificate.yaml +++ b/deployment/zitadel/certificate.yaml @@ -54,7 +54,7 @@ spec: renewBefore: 720h # 30 days commonName: "db-postgresql" dnsNames: - - "postgres" + - "postgresql" - "db-postgresql" - "zitadel" secretName: postgres-cert @@ -81,7 +81,7 @@ spec: renewBefore: 720h # 30 days commonName: "zitadel" dnsNames: - - "postgres" + - "postgresql" - "db-postgresql" - "zitadel" secretName: zitadel-cert