Update ingress.yaml
This commit is contained in:
parent
e7757f9871
commit
74fee3a72b
@ -3,12 +3,14 @@ kind: Ingress
|
||||
metadata:
|
||||
name: hi-web-ingress
|
||||
namespace: ns-hiorder
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- path: /
|
||||
- path: /hi
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user