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: