diff --git a/charts/soteria/templates/tests/test-connection.yaml b/charts/soteria/templates/tests/test-connection.yaml index fb669ce..a48eac0 100644 --- a/charts/soteria/templates/tests/test-connection.yaml +++ b/charts/soteria/templates/tests/test-connection.yaml @@ -15,7 +15,7 @@ spec: {{ range .Values.service.ports }} {{ if eq .name "http"}} args: - - {{ include "soteria.fullname" $ }}:{{ .port }} + - {{ include "soteria.fullname" $ }}:{{ .port }}/healthz {{ end }} {{ end }} restartPolicy: Never