strip /ip prefix for ip listner
This commit is contained in:
parent
4f4034f548
commit
df2aae5134
@ -2,11 +2,13 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ip-mzisel-nl-ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||
spec:
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- path: /ip
|
||||
- path: /ip(/|$)(.*)
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
Loading…
Reference in New Issue
Block a user