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:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: podinfo
|
||||
port:
|
||||
number: 9898
|
||||
tls:
|
||||
- secretName: podinfo-tls
|
||||
hosts:
|
||||
|
|
Loading…
Reference in New Issue