Skip to content

Commit ada5bb1

Browse files
committed
console: Add retries to console test connection
1 parent 6411ef3 commit ada5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/console/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- name: wget
1717
image: busybox
1818
command: ['wget']
19-
args: ['{{ include "console.fullname" . }}:{{ .Values.service.port }}']
19+
args: ['{{ include "console.fullname" . }}:{{ .Values.service.port }}', '--retry-connrefused', '--waitretry=1', '--read-timeout=20', '--timeout=15', '-t 20']
2020
restartPolicy: Never
2121
priorityClassName: {{ .Values.priorityClassName | quote }}
2222
{{- end }}

0 commit comments

Comments
 (0)