Skip to content

Commit 8b2d59c

Browse files
authored
fix ingress example
Ingress example was missing `*` in `path: /`
1 parent b3de777 commit 8b2d59c

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)