add testing a specific healthcheck endpoint for pixelfed ci testing

This commit is contained in:
jessebot
2025-01-23 10:17:31 +01:00
parent f91f2b51fc
commit f86f0e968d
@@ -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