Skip to content

Commit

Permalink
fix(tests): the test-connection should call the health check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 27, 2024
1 parent dc90e98 commit 8018a09
Showing 1 changed file with 1 addition and 1 deletion.
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 "spotify-auth-proxy.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "spotify-auth-proxy.fullname" . }}:{{ .Values.service.port }}/{{ .Values.livenessProbe.httpGet.path }}']
restartPolicy: Never

0 comments on commit 8018a09

Please sign in to comment.