This commit is contained in:
parent
2f6691fab5
commit
f199d2ebe8
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ metadata:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: ascii.live
|
- host: {{{ .Env.DOMAIN }}}
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /ascii-live
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
@ -57,4 +57,4 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- secretName: ascii-live-tls-prod-cert
|
- secretName: ascii-live-tls-prod-cert
|
||||||
hosts:
|
hosts:
|
||||||
- ascii.live
|
- {{{ .Env.DOMAIN }}}
|
Loading…
Reference in a new issue