From f86f0e968de5a1c6c09772f6e01856d064f211d9 Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 23 Jan 2025 10:17:31 +0100 Subject: [PATCH] add testing a specific healthcheck endpoint for pixelfed ci testing --- charts/pixelfed/templates/tests/test-connection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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