Skip to content

Commit ed44521

Browse files
committed
Simplify ingress directive
1 parent 692e05f commit ed44521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/base/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
http:
1212
paths:
1313
- path: /
14-
pathType: ImplementationSpecific
14+
pathType: Prefix
1515
backend:
1616
service:
1717
name: app

0 commit comments

Comments
 (0)