change domain in hope of getting a valid certificate challenge respons

This commit is contained in:
2024-01-10 10:40:39 +01:00
parent b826035b3a
commit c5eddcab88
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ metadata:
annotations:
# nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
# nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
cert-manager.io/issuer: letsencrypt-kemkas
cert-manager.io/issuer: letsencrypt-kemkas-staging
spec:
ingressClassName: nginx
rules:
@@ -19,8 +19,8 @@ spec:
name: kemkas-service
port:
number: 8080
host: dev.kemkas.hu
host: staging.kemkas.hu
tls:
- hosts:
- dev.kemkas.hu
secretName: letsencrypt-kemkas
- staging.kemkas.hu
secretName: letsencrypt-kemkas-staging