File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ Source code can be found [here](https://cortexmetrics.io/)
105
105
| alertmanager.strategy.type | string | ` "RollingUpdate" ` | |
106
106
| alertmanager.terminationGracePeriodSeconds | int | ` 60 ` | |
107
107
| alertmanager.tolerations | list | ` [] ` | |
108
- | auth.defaultScope | string | ` "defaultScope" ` | |
109
108
| compactor.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[ 0] .podAffinityTerm.labelSelector.matchExpressions[ 0] .key | string | ` "target" ` | |
110
109
| compactor.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[ 0] .podAffinityTerm.labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
111
110
| compactor.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[ 0] .podAffinityTerm.labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "compactor" ` | |
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ spec:
62
62
- " -ruler.configs.url=http://{{ template " cortex.fullname" . }}-configs.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.config.server.http_listen_port }}"
63
63
{{- if .Values.config.ruler.enable_alertmanager_discovery }}
64
64
- " -ruler.alertmanager-discovery=true"
65
+ - " -ruler.alertmanager-url=http://_http-metrics._tcp.{{ template " cortex.name" . }}-alertmanager-headless/api/prom/alertmanager/"
65
66
{{- else }}
66
67
- " -ruler.alertmanager-url=http://{{ template " cortex.fullname" . }}-alertmanager.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.config.server.http_listen_port }}/api/prom/alertmanager/"
67
68
{{- end }}
68
- - " -ruler.alertmanager-url=http://_http-metrics._tcp.{{ template " cortex.name" . }}-alertmanager-headless/api/prom/alertmanager/"
69
69
{{- if .Values.memcached.enabled }}
70
70
- -store.chunks-cache.memcached.addresses=dns+{{ template "cortex.fullname" . }}-memcached.{{ .Release.Namespace }}.svc.cluster.local:11211
71
71
- -store.chunks-cache.memcached.timeout=100ms
You can’t perform that action at this time.
0 commit comments