File tree Expand file tree Collapse file tree 17 files changed +199
-470
lines changed Expand file tree Collapse file tree 17 files changed +199
-470
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,24 +15,3 @@ maintainers:
1515name : cortex
1616sources :
1717 - https://github.com/cortexproject/cortex-helm-chart
18- dependencies :
19- - name : memcached
20- alias : memcached-frontend
21- version : 6.14.0
22- repository : https://charts.bitnami.com/bitnami
23- condition : memcached-frontend.enabled
24- - name : memcached
25- alias : memcached-blocks-index
26- version : 6.14.0
27- repository : https://charts.bitnami.com/bitnami
28- condition : memcached-blocks-index.enabled
29- - name : memcached
30- alias : memcached-blocks
31- version : 6.14.0
32- repository : https://charts.bitnami.com/bitnami
33- condition : memcached-blocks.enabled
34- - name : memcached
35- alias : memcached-blocks-metadata
36- version : 6.14.0
37- repository : https://charts.bitnami.com/bitnami
38- condition : memcached-blocks-metadata.enabled
Original file line number Diff line number Diff line change @@ -84,13 +84,6 @@ Source code can be found [here](https://cortexmetrics.io/)
8484
8585Kubernetes: ` ^1.19.0-0 `
8686
87- | Repository | Name | Version |
88- | ------------| ------| ---------|
89- | https://charts.bitnami.com/bitnami | memcached-frontend(memcached) | 6.14.0 |
90- | https://charts.bitnami.com/bitnami | memcached-blocks-index(memcached) | 6.14.0 |
91- | https://charts.bitnami.com/bitnami | memcached-blocks(memcached) | 6.14.0 |
92- | https://charts.bitnami.com/bitnami | memcached-blocks-metadata(memcached) | 6.14.0 |
93-
9487## Values
9588
9689| Key | Type | Default | Description |
Original file line number Diff line number Diff line change @@ -145,36 +145,3 @@ store_gateway:
145145 extraVolumeMounts :
146146 - name : tmp-test
147147 mountPath : /tmp-test
148-
149- memcached-frontend :
150- enabled : true
151- architecture : standalone
152- replicaCount : 1
153- resources :
154- requests :
155- cpu : 0
156- memory : 0
157- memcached-blocks :
158- enabled : true
159- architecture : standalone
160- replicaCount : 1
161- resources :
162- requests :
163- cpu : 0
164- memory : 0
165- memcached-blocks-index :
166- enabled : true
167- architecture : standalone
168- replicaCount : 1
169- resources :
170- requests :
171- cpu : 0
172- memory : 0
173- memcached-blocks-metadata :
174- enabled : true
175- architecture : standalone
176- replicaCount : 1
177- resources :
178- requests :
179- cpu : 0
180- memory : 0
Original file line number Diff line number Diff line change @@ -152,36 +152,3 @@ store_gateway:
152152 extraVolumeMounts :
153153 - name : tmp-test
154154 mountPath : /tmp-test
155-
156- memcached-frontend :
157- enabled : true
158- architecture : standalone
159- replicaCount : 1
160- resources :
161- requests :
162- cpu : 0
163- memory : 0
164- memcached-blocks :
165- enabled : true
166- architecture : standalone
167- replicaCount : 1
168- resources :
169- requests :
170- cpu : 0
171- memory : 0
172- memcached-blocks-index :
173- enabled : true
174- architecture : standalone
175- replicaCount : 1
176- resources :
177- requests :
178- cpu : 0
179- memory : 0
180- memcached-blocks-metadata :
181- enabled : true
182- architecture : standalone
183- replicaCount : 1
184- resources :
185- requests :
186- cpu : 0
187- memory : 0
Original file line number Diff line number Diff line change @@ -143,36 +143,3 @@ store_gateway:
143143 extraVolumeMounts :
144144 - name : tmp-test
145145 mountPath : /tmp-test
146-
147- memcached-frontend :
148- enabled : true
149- architecture : standalone
150- replicaCount : 1
151- resources :
152- requests :
153- cpu : 0
154- memory : 0
155- memcached-blocks :
156- enabled : true
157- architecture : standalone
158- replicaCount : 1
159- resources :
160- requests :
161- cpu : 0
162- memory : 0
163- memcached-blocks-index :
164- enabled : true
165- architecture : standalone
166- replicaCount : 1
167- resources :
168- requests :
169- cpu : 0
170- memory : 0
171- memcached-blocks-metadata :
172- enabled : true
173- architecture : standalone
174- replicaCount : 1
175- resources :
176- requests :
177- cpu : 0
178- memory : 0
Original file line number Diff line number Diff line change 55 - " ./"
66chart-repos :
77 - base-charts=https://charts.helm.sh/stable
8- - bitnami=https://charts.bitnami.com/bitnami
98helm-extra-args : --timeout 600s
Original file line number Diff line number Diff line change 4747 ],
4848 "depNameTemplate" : " kiwigrid/k8s-sidecar" ,
4949 "datasourceTemplate" : " docker"
50- },
51- {
52- "description" : " Update memcached image in README.md" ,
53- "fileMatch" : [" ^README\\ .md$" ],
54- "matchStrings" : [
55- " \\ |[^|]*\\ |[^|]*\\ (memcached\\ )[^|]*\\ |\\ s+(?<currentValue>.*?)\\ s+\\ |\\ s+"
56- ],
57- "depNameTemplate" : " memcached" ,
58- "registryUrlTemplate" : " https://charts.bitnami.com/bitnami" ,
59- "datasourceTemplate" : " helm"
6050 }
6151 ]
6252}
Original file line number Diff line number Diff line change @@ -81,33 +81,6 @@ app.kubernetes.io/name: {{ include "cortex.name" . }}
8181app.kubernetes.io/instance: { { .Release.Name } }
8282{ {- end } }
8383
84- { {/*
85- Create configuration parameters for memcached configuration
86- */} }
87- { {- define " cortex.memcached" -} }
88- { {- if index .Values " memcached-blocks-index" " enabled" } }
89- - "-blocks-storage.bucket-store.index-cache.backend=memcached"
90- - "-blocks-storage.bucket-store.index-cache.memcached.addresses=dns+{ { .Release.Name } }-memcached-blocks-index.{ { .Release.Namespace } }.svc.{ { .Values.clusterDomain } }:11211"
91- { {- end -} }
92- { {- if index .Values " memcached-blocks" " enabled" } }
93- - "-blocks-storage.bucket-store.chunks-cache.backend=memcached"
94- - "-blocks-storage.bucket-store.chunks-cache.memcached.addresses=dns+{ { .Release.Name } }-memcached-blocks.{ { .Release.Namespace } }.svc.{ { .Values.clusterDomain } }:11211"
95- { {- end -} }
96- { {- if index .Values " memcached-blocks-metadata" " enabled" } }
97- - "-blocks-storage.bucket-store.metadata-cache.backend=memcached"
98- - "-blocks-storage.bucket-store.metadata-cache.memcached.addresses=dns+{ { .Release.Name } }-memcached-blocks-metadata.{ { .Release.Namespace } }.svc.{ { .Values.clusterDomain } }:11211"
99- { {- end -} }
100- { {- end -} }
101-
102- { {/*
103- Create configuration for frontend memcached configuration
104- */} }
105- { {- define " cortex.frontend-memcached" -} }
106- { {- if index .Values " memcached-frontend" " enabled" } }
107- - "-frontend.memcached.addresses=dns+{ { .Release.Name } }-memcached-frontend.{ { .Release.Namespace } }.svc.{ { .Values.clusterDomain } }:11211"
108- { {- end -} }
109- { {- end -} }
110-
11184{ {/*
11285Determine the policy api version
11386*/} }
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ spec:
107107 args :
108108 - " -target=compactor"
109109 - " -config.file=/etc/cortex/cortex.yaml"
110- {{- include "cortex.memcached" . | nindent 12}}
111110 {{- range $key, $value := .Values.compactor.extraArgs }}
112111 - " -{{ $key }}={{ $value }}"
113112 {{- end }}
You can’t perform that action at this time.
0 commit comments