Skip to content

Commit 9e6e4b3

Browse files
authored
Merge pull request #46261 from ydFu/example-ingress
[zh]Update host in example-ingress.yaml to hello-world.example
2 parents 0e67c2e + 88aabcb commit 9e6e4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/examples/service/networking/example-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
nginx.ingress.kubernetes.io/rewrite-target: /$1
77
spec:
88
rules:
9-
- host: hello-world.info
9+
- host: hello-world.example
1010
http:
1111
paths:
1212
- path: /

0 commit comments

Comments
 (0)