Skip to content

Commit 64bd981

Browse files
committed
fix: use httpGet for controller readniness probe
1 parent a86e5e9 commit 64bd981

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

charts/core/templates/controller-deployment.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ spec:
135135
{{ toYaml .Values.resources | indent 12 }}
136136
{{- end }}
137137
readinessProbe:
138-
exec:
139-
command:
140-
- cat
141-
- /tmp/ready
142-
initialDelaySeconds: 5
138+
httpGet:
139+
path: /ready
140+
port: 18500
141+
initialDelaySeconds: 10
143142
periodSeconds: 5
144143
env:
145144
- name: CTRL_SERVER_PORT

0 commit comments

Comments
 (0)