From 3bd985731949f7ce4aaac40345d3dd4cb3c4e684 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 16 Jul 2024 00:30:32 +0300 Subject: [PATCH] [pt] Add ingress class name to example-ingress.yaml --- content/pt-br/examples/service/networking/example-ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pt-br/examples/service/networking/example-ingress.yaml b/content/pt-br/examples/service/networking/example-ingress.yaml index 085c71324f..5209e3d67d 100644 --- a/content/pt-br/examples/service/networking/example-ingress.yaml +++ b/content/pt-br/examples/service/networking/example-ingress.yaml @@ -5,6 +5,7 @@ metadata: annotations: nginx.ingress.kubernetes.io/rewrite-target: /$1 spec: + ingressClassName: nginx rules: - host: hello-world.info http: