Skip to content

Commit 9366c3b

Browse files
authored
Merge pull request kubernetes-sigs#1079 from azweb76/patch-1
fix ingress example
2 parents 5ba2ab2 + 6e385ba commit 9366c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ingress/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- host: 2048.example.com
1919
http:
2020
paths:
21-
- path: /
21+
- path: /*
2222
backend:
2323
serviceName: "service-2048"
2424
servicePort: 80

0 commit comments

Comments
 (0)