From d690176b29e82311f4fc466c50282f98c5449dd1 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 13 Dec 2024 11:37:31 -0400 Subject: [PATCH] ADD other domain to ingress --- k8s/deployment.yml.template | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/k8s/deployment.yml.template b/k8s/deployment.yml.template index 5d31462..dc69a12 100644 --- a/k8s/deployment.yml.template +++ b/k8s/deployment.yml.template @@ -61,6 +61,17 @@ spec: name: $REPONAME-svc port: number: 80 + - host: xvokt.uk + http: + paths: + - pathType: Prefix + path: "/" + backend: + service: + name: $REPONAME-svc + port: + number: 80 + #tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames #- hosts: # - cambio.maximotejeda.com