mirror of
https://github.com/matheusfm/httpbin-chart.git
synced 2026-02-14 17:49:52 +00:00
update test connection path
This commit is contained in:
@@ -11,5 +11,5 @@ spec:
|
||||
- name: wget
|
||||
image: busybox
|
||||
command: ['wget']
|
||||
args: ['{{ include "httpbin.fullname" . }}:{{ .Values.service.port }}']
|
||||
args: ['{{ include "httpbin.fullname" . }}:{{ .Values.service.port }}/status/200']
|
||||
restartPolicy: Never
|
||||
|
||||
Reference in New Issue
Block a user