Skip to content

Commit

Permalink
Merge pull request #394 from reportportal/develop
Browse files Browse the repository at this point in the history
Patch Release 24.1.2
  • Loading branch information
raikbitters authored Jul 2, 2024
2 parents 342b0ad + f0c4929 commit c14588d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions reportportal/templates/service-api/api-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels: {{ include "labels" . | indent 4 }}
annotations:
service: {{ $.Values.serviceapi.name | default "api" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/api/info"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/api/health"
infoEndpoint: "{{ .Values.ingress.path }}/api/info"
healthEndpoint: "{{ .Values.ingress.path }}/api/health"
{{- with .Values.serviceapi.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions reportportal/templates/service-authorization/uat-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels: {{ include "labels" . | indent 4 }}
annotations:
service: {{ $.Values.uat.name | default "uat" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/uat/info"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/uat/health"
infoEndpoint: "{{ .Values.ingress.path }}/uat/info"
healthEndpoint: "{{ .Values.ingress.path }}/uat/health"
{{- with .Values.uat.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions reportportal/templates/service-index/index-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels: {{ include "labels" . | indent 4 }}
annotations:
service: {{ $.Values.serviceindex.name | default "index" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/info"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/health"
infoEndpoint: "{{ .Values.ingress.path }}/info"
healthEndpoint: "{{ .Values.ingress.path }}/health"
{{- with .Values.serviceindex.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions reportportal/templates/service-jobs/jobs-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels: {{ include "labels" . | indent 4 }}
annotations:
service: {{ $.Values.servicejobs.name | default "jobs" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/jobs/info"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/jobs/health"
infoEndpoint: "{{ .Values.ingress.path }}/jobs/info"
healthEndpoint: "{{ .Values.ingress.path }}/jobs/health"
{{- with .Values.servicejobs.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions reportportal/templates/service-ui/ui-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels: {{ include "labels" . | indent 4 }}
annotations:
service: {{ $.Values.serviceui.name | default "ui" }}
infoEndpoint: "{{- $path := .Values.ingress.path -}}/ui/info"
healthEndpoint: "{{- $path := .Values.ingress.path -}}/ui/health"
infoEndpoint: "{{ .Values.ingress.path }}/ui/info"
healthEndpoint: "{{ .Values.ingress.path }}/ui/health"
{{- with .Values.serviceui.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit c14588d

Please sign in to comment.