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 1a0520f commit 9c702e4Copy full SHA for 9c702e4
deployment/helm/charts/onyx/templates/tests/test-connection.yaml
@@ -15,11 +15,11 @@ spec:
15
- -c
16
args:
17
- |
18
- for i in $(seq 1 20); do
+ for i in $(seq 1 40); do
19
echo "Attempt $i: wget {{ include "onyx-stack.fullname" . }}-webserver:{{ .Values.webserver.service.servicePort }}"
20
wget {{ include "onyx-stack.fullname" . }}-webserver:{{ .Values.webserver.service.servicePort }} && exit 0
21
sleep 15
22
done
23
- echo "Service unavailable after 20 attempts"
+ echo "Service unavailable after 40 attempts"
24
exit 1
25
restartPolicy: Never
0 commit comments