From 89993befd07a488553bf16606e811e7eb984557d Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 25 Jul 2024 00:01:33 +0300 Subject: [PATCH] [pt] Delete rewrite-target annotation in ingress example --- content/pt-br/examples/service/networking/example-ingress.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/pt-br/examples/service/networking/example-ingress.yaml b/content/pt-br/examples/service/networking/example-ingress.yaml index 085c71324f..fa12deecc0 100644 --- a/content/pt-br/examples/service/networking/example-ingress.yaml +++ b/content/pt-br/examples/service/networking/example-ingress.yaml @@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: example-ingress - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /$1 spec: rules: - host: hello-world.info