Skip to content

Commit 86051e9

Browse files
committed
remove readiness probe from binder
1 parent 116889f commit 86051e9

File tree

1 file changed

+0
-4
lines changed
  • deployments/kai-scheduler/templates/services

1 file changed

+0
-4
lines changed

deployments/kai-scheduler/templates/services/binder.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ spec:
4242
securityContext:
4343
{{- toYaml .Values.global.securityContext | nindent 12 }}
4444
{{- end }}
45-
readinessProbe:
46-
httpGet:
47-
path: "/readyz"
48-
port: {{ .Values.binder.ports.probePort }}
4945
{{- if .Values.global.imagePullSecrets }}
5046
imagePullSecrets:
5147
{{- toYaml .Values.global.imagePullSecrets | nindent 8 }}

0 commit comments

Comments
 (0)