We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5182249 + 16abcc5 commit af507c6Copy full SHA for af507c6
1 file changed
ironic-deployment/ironic/ironic.yaml
@@ -154,15 +154,15 @@ spec:
154
- /bin/runhttpd
155
livenessProbe:
156
exec:
157
- command: ["sh", "-c", "curl -sSfk https://127.0.0.1:6180"]
+ command: ["sh", "-c", "curl -sSfk http://127.0.0.1:6180/images"]
158
initialDelaySeconds: 30
159
periodSeconds: 30
160
timeoutSeconds: 10
161
successThreshold: 1
162
failureThreshold: 10
163
readinessProbe:
164
165
166
167
168
0 commit comments