diff --git a/charts/flyte-binary/templates/deployment.yaml b/charts/flyte-binary/templates/deployment.yaml index cc8beff2d9e..693a488db41 100644 --- a/charts/flyte-binary/templates/deployment.yaml +++ b/charts/flyte-binary/templates/deployment.yaml @@ -192,7 +192,8 @@ spec: {{- else }} httpGet: path: /healthcheck - port: http + port: 8088 + initialDelaySeconds: 60 {{- end }} readinessProbe: {{- if .Values.deployment.readinessProbe }} @@ -200,7 +201,8 @@ spec: {{- else }} httpGet: path: /healthcheck - port: http + port: 8088 + initialDelaySeconds: 60 {{- end }} {{- if .Values.deployment.resources }} resources: {{- toYaml .Values.deployment.resources | nindent 12 }}