File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,34 +2,6 @@ apiVersion: networking.k8s.io/v1
22kind : Ingress
33metadata :
44 name : {{ include "hookd.name" . }}-grpc
5- labels :
6- {{- include "hookd.labels" . | nindent 4 }}
7- annotations :
8- nginx.ingress.kubernetes.io/backend-protocol : GRPC
9- nginx.ingress.kubernetes.io/use-regex : " true"
10- nginx.ingress.kubernetes.io/server-snippet : |
11- grpc_read_timeout 86400s;
12- grpc_send_timeout 86400s;
13- client_body_timeout 86400s;
14- grpc_next_upstream_tries 2;
15- spec :
16- ingressClassName : {{ .Values.ingress.className }}
17- rules :
18- - host : {{ .Values.ingress.host | quote }}
19- http :
20- paths :
21- - path : /
22- pathType : ImplementationSpecific
23- backend :
24- service :
25- name : {{ include "hookd.name" . }}-grpc
26- port :
27- number : 9090
28- ---
29- apiVersion : networking.k8s.io/v1
30- kind : Ingress
31- metadata :
32- name : {{ include "hookd.name" . }}-grpc-haproxy
335 labels :
346 {{- include "hookd.labels" . | nindent 4 }}
357 annotations :
You can’t perform that action at this time.
0 commit comments