File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1111* [ BUGFIX] Fix restarting query-schedulers when config changes #559
1212* [ ENHANCEMENT] Run overrides-exporter with high availability #557
1313* [ ENHANCEMENT] Persist subchart #572
14+ * [ ENHANCEMENT] Expose query frontend GRPC port on service for ruler #574
1415* [ DEPENDENCY] Update dependency nginx to v1.29 #540
1516* [ DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.11 #547
1617* [ DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531
Original file line number Diff line number Diff line change 1818 protocol : TCP
1919 name : http-metrics
2020 targetPort : http-metrics
21+ - port : {{ .Values.config.server.grpc_listen_port }}
22+ protocol : TCP
23+ name : grpc
24+ targetPort : grpc
2125 selector :
2226 {{- include "cortex.queryFrontendSelectorLabels" . | nindent 4 }}
23- {{- end -}}
27+ {{- end -}}
You can’t perform that action at this time.
0 commit comments