diff --git a/k8s/apps/web-petting/ingress.yaml b/k8s/apps/web-petting/ingress.yaml index 2989c0f..93fcbb7 100644 --- a/k8s/apps/web-petting/ingress.yaml +++ b/k8s/apps/web-petting/ingress.yaml @@ -20,8 +20,21 @@ spec: name: web-petting port: number: 80 + - host: xn--l1acako8eb.xn--p1ai + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: web-petting + port: + number: 80 tls: - secretName: web-petting-tls hosts: - pet.hexor.cy + - secretName: web-petting-murnyanya-tls + hosts: + - xn--l1acako8eb.xn--p1ai diff --git a/k8s/core/cert-manager/issuer.yaml b/k8s/core/cert-manager/issuer.yaml index 4ffa937..dfea254 100644 --- a/k8s/core/cert-manager/issuer.yaml +++ b/k8s/core/cert-manager/issuer.yaml @@ -35,4 +35,6 @@ spec: dnsZones: - "*.hexor.cy" - "hexor.cy" + - "*.xn--l1acako8eb.xn--p1ai" + - "xn--l1acako8eb.xn--p1ai"