We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348a57a commit 08787ecCopy full SHA for 08787ec
charts/gateway/templates/deployment.yaml
@@ -65,7 +65,7 @@ spec:
65
{{- end }}
66
livenessProbe:
67
httpGet:
68
- path: /trino-gateway
+ path: /trino-gateway/livez
69
port: {{ $probePort }}
70
scheme: {{ $probeScheme }}
71
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
@@ -74,7 +74,7 @@ spec:
74
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
75
readinessProbe:
76
77
+ path: /trino-gateway/readyz
78
79
80
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
0 commit comments