Skip to content

Commit

Permalink
Merge pull request #393 from reportportal/develop
Browse files Browse the repository at this point in the history
Fix services health endpoint
  • Loading branch information
raikbitters authored Jul 1, 2024
2 parents c1fb8da + 2eee4a6 commit 342b0ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
service: {{ $.Values.uat.name | default "uat" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/uat/info"
healthEndpoint: "/uat/health"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/uat/health"
{{- with .Values.uat.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 342b0ad

Please sign in to comment.