From a6189286fceab6e0f790e51568f5062fc0beac58 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Wed, 25 Oct 2023 10:44:33 +0000 Subject: [PATCH] fix: correct test url in the helm chart --- charts/soteria/templates/tests/test-connection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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