Skip to content

Commit

Permalink
Fix query-scheduler address for query-frontend to use correct address (
Browse files Browse the repository at this point in the history
…#364)

* Fix query-scheduler address for query-frontend to use correct address

Signed-off-by: Taylor Mutch <taylormutch@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
  • Loading branch information
TaylorMutch authored Jun 8, 2022
1 parent 5ae4428 commit 03e2cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## master / unreleased

* [FEATURE] Add Overrides-Exporter #360
* [BUGFIX] Fix query-scheduler address for query-frontend to use correct address #364

## 1.5.1 / 2022-05-25

Expand Down
2 changes: 1 addition & 1 deletion templates/query-frontend/query-frontend-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- "-config.file=/etc/cortex/cortex.yaml"
{{- include "cortex.frontend-memcached" . | nindent 12 }}
{{- if .Values.query_scheduler.enabled }}
- "-frontend.scheduler-address=dns+{{ template "cortex.querySchedulerFullname" . }}-headless.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.config.server.grpc_listen_port }}"
- "-frontend.scheduler-address={{ template "cortex.querySchedulerFullname" . }}-headless.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}:{{ .Values.config.server.grpc_listen_port }}"
{{- end }}
{{- range $key, $value := .Values.query_frontend.extraArgs }}
- "-{{ $key }}={{ $value }}"
Expand Down

0 comments on commit 03e2cfb

Please sign in to comment.