Skip to content

Commit

Permalink
30 second timeout, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
jforest committed Oct 30, 2024
1 parent 751e2ad commit 552e478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ spec:
containers:
- name: nc-wb
image: busybox
command: ['nc', '-zv', '-w5']
command: ['nc', '-zv', '-w30']
args: ['{{ include "rstudio-workbench.fullname" . }}:{{ .Values.pod.port }}']
- name: nc-launcher
image: busybox
command: [ 'nc', '-zv', '-w5' ]
command: [ 'nc', '-zv', '-w30' ]
args: [ '{{ include "rstudio-workbench.fullname" . }}:5559' ]
restartPolicy: Never

0 comments on commit 552e478

Please sign in to comment.