fix cert dns for psql

This commit is contained in:
2024-10-27 13:20:51 +01:00
parent ca4a8d7361
commit 77b7249e83

View File

@@ -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