ADD other domain to ingress
All checks were successful
${{ github.actor }} executed Build Push Prod / build (push) Successful in 3m17s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 19s

This commit is contained in:
maximo tejeda 2024-12-13 11:37:31 -04:00
parent 63241d5b2e
commit d690176b29

View File

@ -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