Merge pull request #47265 from Arhell/pt-del
[pt] Delete rewrite-target annotation in ingress example
This commit is contained in:
commit
57beaf9702
|
|
@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: example-ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in New Issue