Compare commits
2 Commits
8dae98db2b
...
d690176b29
| Author | SHA1 | Date | |
|---|---|---|---|
| d690176b29 | |||
| 63241d5b2e |
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user