Skip to content

Commit 08787ec

Browse files
committed
Use health endpoints of Trino Gateway
1 parent 348a57a commit 08787ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gateway/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
{{- end }}
6666
livenessProbe:
6767
httpGet:
68-
path: /trino-gateway
68+
path: /trino-gateway/livez
6969
port: {{ $probePort }}
7070
scheme: {{ $probeScheme }}
7171
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
@@ -74,7 +74,7 @@ spec:
7474
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
7575
readinessProbe:
7676
httpGet:
77-
path: /trino-gateway
77+
path: /trino-gateway/readyz
7878
port: {{ $probePort }}
7979
scheme: {{ $probeScheme }}
8080
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}

0 commit comments

Comments
 (0)