diff --git a/templates/tests/test-connection.yaml b/templates/tests/test-http-connection.yaml similarity index 77% rename from templates/tests/test-connection.yaml rename to templates/tests/test-http-connection.yaml index 2a5fd54..7fab1b7 100644 --- a/templates/tests/test-connection.yaml +++ b/templates/tests/test-http-connection.yaml @@ -11,5 +11,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ include "gitea.fullname" . }}:{{ .Values.service.port }}'] + args: ['{{ include "gitea.fullname" . }}-http:{{ .Values.service.http.port }}'] restartPolicy: Never