diff --git a/charts/pixelfed/templates/tests/test-connection.yaml b/charts/pixelfed/templates/tests/test-connection.yaml index 5de5cfb..e064074 100644 --- a/charts/pixelfed/templates/tests/test-connection.yaml +++ b/charts/pixelfed/templates/tests/test-connection.yaml @@ -11,5 +11,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ include "pixelfed.fullname" . }}:{{ .Values.service.port }}'] + args: ['{{ include "pixelfed.fullname" . }}:{{ .Values.service.port }}/api/service/health-check'] restartPolicy: Never