Skip to content

Commit

Permalink
Support helm test.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 29, 2023
1 parent 67f9fbb commit a6da076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srs-server/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "srs.fullname" . }}:{{ .Values.service.port }}']
args: ['-O', '-', '{{ include "srs.fullname" . }}:{{ .Values.service.api }}/api/v1/versions']
restartPolicy: Never
2 changes: 1 addition & 1 deletion srs-stack/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "srs.fullname" . }}:{{ .Values.service.port }}']
args: ['-O', '-', '{{ include "srs.fullname" . }}:{{ .Values.service.http }}/api/v1/versions']
restartPolicy: Never

0 comments on commit a6da076

Please sign in to comment.