strip /ip prefix for ip listner

This commit is contained in:
Mans Ziesel 2024-09-22 14:14:58 +02:00
parent 4f4034f548
commit df2aae5134

View File

@ -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: