Skip to content

Commit 2ebd76e

Browse files
authored
Merge pull request #46229 from 24online24/main
Add ingress class name to example-ingress.yaml
2 parents 68b570d + 7b8e37f commit 2ebd76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/examples/service/networking/example-ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
annotations:
66
nginx.ingress.kubernetes.io/rewrite-target: /$1
77
spec:
8+
ingressClassName: nginx
89
rules:
910
- host: hello-world.example
1011
http:

0 commit comments

Comments
 (0)