We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fceb265 commit 823ec9bCopy full SHA for 823ec9b
2 files changed
charts/hookd/templates/ingress-grpc.yaml
@@ -46,7 +46,7 @@ spec:
46
http:
47
paths:
48
- path: /
49
- pathType: PathPrefix
+ pathType: Prefix
50
backend:
51
service:
52
name: {{ include "hookd.name" . }}-grpc
charts/hookd/templates/ingress.yaml
@@ -34,21 +34,21 @@ spec:
34
35
36
- path: /api
37
38
39
40
name: {{ include "hookd.name" . }}
41
port:
42
number: 80
43
- path: /logs
44
45
- path: /events
53
54
0 commit comments