From f4c2691740f1be33a97c4866c7e8dedeaea35012 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 22 Aug 2023 12:28:02 +0200 Subject: [PATCH] Update fqdns --- src/main/resources/taiga/certificate.yaml | 4 ++-- src/main/resources/taiga/ingress.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/taiga/certificate.yaml b/src/main/resources/taiga/certificate.yaml index 3fc00e3..89bc752 100644 --- a/src/main/resources/taiga/certificate.yaml +++ b/src/main/resources/taiga/certificate.yaml @@ -7,11 +7,11 @@ metadata: namespace: default spec: secretName: c4k-common-cert - commonName: jitsi.test.meissa.de + commonName: taiga.test.meissa.de duration: 2160h # 90d renewBefore: 720h # 30d dnsNames: - - jitsi.test.meissa.de + - taiga.test.meissa.de issuerRef: name: staging kind: ClusterIssuer diff --git a/src/main/resources/taiga/ingress.yaml b/src/main/resources/taiga/ingress.yaml index 0133b07..31b7fe4 100644 --- a/src/main/resources/taiga/ingress.yaml +++ b/src/main/resources/taiga/ingress.yaml @@ -12,10 +12,10 @@ metadata: spec: tls: - hosts: - - jitsi.test.meissa.de + - taiga.test.meissa.de secretName: c4k-common-cert rules: - - host: jitsi.test.meissa.de + - host: taiga.test.meissa.de http: paths: - pathType: Prefix