Compare commits

..

2 Commits

Author SHA1 Message Date
d690176b29 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
2024-12-13 11:37:31 -04:00
63241d5b2e ADD other domain to ingress 2024-12-13 11:37:13 -04:00
2 changed files with 12 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<!-- <script src="/static/js/htmx.min.js"></script> --> <!-- <script src="/static/js/htmx.min.js"></script> -->
<!-- <script defer src="/static/js/alpine.min.js" ></script> --> <!-- <script defer src="/static/js/alpine.min.js" ></script> -->
<script src="//unpkg.com/alpinejs" defer></script> <script src="//unpkg.com/alpinejs" defer></script>
<title>app</title> <title>Comparador Precios Dolar Peso DOP</title>
</head> </head>
<body> <body>
<div id="app" <div id="app"

View File

@ -61,6 +61,17 @@ spec:
name: $REPONAME-svc name: $REPONAME-svc
port: port:
number: 80 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 #tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
#- hosts: #- hosts:
# - cambio.maximotejeda.com # - cambio.maximotejeda.com