Skip to content

Commit

Permalink
Use health endpoints of Trino Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Feb 14, 2025
1 parent 348a57a commit 08787ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- end }}
livenessProbe:
httpGet:
path: /trino-gateway
path: /trino-gateway/livez
port: {{ $probePort }}
scheme: {{ $probeScheme }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
Expand All @@ -74,7 +74,7 @@ spec:
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
readinessProbe:
httpGet:
path: /trino-gateway
path: /trino-gateway/readyz
port: {{ $probePort }}
scheme: {{ $probeScheme }}
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
Expand Down

0 comments on commit 08787ec

Please sign in to comment.