fix
This commit is contained in:
parent
741b867840
commit
8d7b2ff9ba
@ -37,7 +37,7 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: $REPONAME
|
app: $REPONAME
|
||||||
ports:
|
ports:
|
||||||
- port: 443
|
- port: 80
|
||||||
targetPort: $PORT
|
targetPort: $PORT
|
||||||
name: frontend
|
name: frontend
|
||||||
---
|
---
|
||||||
@ -59,7 +59,7 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: $REPONAME-svc
|
name: $REPONAME-svc
|
||||||
port:
|
port:
|
||||||
number: 443
|
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