re-add paths spec
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
e4b16f5844
commit
697942e708
|
@ -37,7 +37,11 @@ spec:
|
||||||
# ingress.kubernetes.io/ssl-redirect: "true"
|
# ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: podinfo.sbtp.xyz
|
- host: podinfo.sbtp.xyz
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: podinfo-tls
|
- secretName: podinfo-tls
|
||||||
hosts:
|
hosts:
|
||||||
- podinfo.sbtp.xyz
|
- podinfo.sbtp.xyz
|
||||||
|
|
Loading…
Reference in New Issue