Skip to content

Commit

Permalink
fix health check
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Oct 20, 2023
1 parent 7e56d2c commit ad22ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openproject/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
- '--no-verbose'
- '--tries=1'
- '--spider'
- '{{ include "common.names.fullname" . }}:{{ .Values.service.ports.http.port }}/health_checks/all'
- '{{ include "common.names.fullname" . }}:{{ .Values.service.ports.http.port }}/health_check'
restartPolicy: "Never"
...

0 comments on commit ad22ec6

Please sign in to comment.