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