We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116889f commit 86051e9Copy full SHA for 86051e9
deployments/kai-scheduler/templates/services/binder.yaml
@@ -42,10 +42,6 @@ spec:
42
securityContext:
43
{{- toYaml .Values.global.securityContext | nindent 12 }}
44
{{- end }}
45
- readinessProbe:
46
- httpGet:
47
- path: "/readyz"
48
- port: {{ .Values.binder.ports.probePort }}
49
{{- if .Values.global.imagePullSecrets }}
50
imagePullSecrets:
51
{{- toYaml .Values.global.imagePullSecrets | nindent 8 }}
0 commit comments