assign service to ingress
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
d6153fd9a5
commit
64e64f039b
|
@ -39,6 +39,11 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: podinfo
|
||||||
|
port:
|
||||||
|
number: 9898
|
||||||
tls:
|
tls:
|
||||||
- secretName: podinfo-tls
|
- secretName: podinfo-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in New Issue