Skip to content

Commit 823ec9b

Browse files
committed
fix: misspelled pathtype
1 parent fceb265 commit 823ec9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/hookd/templates/ingress-grpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
http:
4747
paths:
4848
- path: /
49-
pathType: PathPrefix
49+
pathType: Prefix
5050
backend:
5151
service:
5252
name: {{ include "hookd.name" . }}-grpc

charts/hookd/templates/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ spec:
3434
http:
3535
paths:
3636
- path: /api
37-
pathType: PathPrefix
37+
pathType: Prefix
3838
backend:
3939
service:
4040
name: {{ include "hookd.name" . }}
4141
port:
4242
number: 80
4343
- path: /logs
44-
pathType: PathPrefix
44+
pathType: Prefix
4545
backend:
4646
service:
4747
name: {{ include "hookd.name" . }}
4848
port:
4949
number: 80
5050
- path: /events
51-
pathType: PathPrefix
51+
pathType: Prefix
5252
backend:
5353
service:
5454
name: {{ include "hookd.name" . }}

0 commit comments

Comments
 (0)