Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixup! [elasticsearch] split readiness http code check condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Apr 21, 2020
1 parent 8398dbf commit 2e3d6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elasticsearch/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ spec:
exit 0
elif [[ ${HTTP_CODE} == "503" && "{{ include "elasticsearch.esMajorVersion" . }}" == "6" ]]; then
exit 0
exit 0
else
echo "curl -XGET -s -k ${BASIC_AUTH} -o /dev/null -w '%{http_code}' {{ .Values.protocol }}://127.0.0.1:{{ .Values.httpPort }}/ failed with HTTP code ${HTTP_CODE}"
exit 1
Expand Down

0 comments on commit 2e3d6e2

Please sign in to comment.