Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
88344fa441
commit
5cee04eda2
|
@ -39,4 +39,4 @@ name: mimir
|
|||
sources:
|
||||
- https://grafana.com
|
||||
type: application
|
||||
version: 0.1.4
|
||||
version: 0.1.9
|
|
@ -43,6 +43,9 @@ configmap:
|
|||
{{- if .Values.grafana.datasource.timeout }}
|
||||
timeout: {{ .Values.grafana.datasource.timeout }}
|
||||
{{- end }}
|
||||
httpHeaderName1: 'X-Scope-OrgID'
|
||||
secureJsonData:
|
||||
httpHeaderValue1: 'metamonitoring'
|
||||
|
||||
grafana:
|
||||
datasource:
|
||||
|
@ -141,6 +144,10 @@ mimir:
|
|||
chunks-cache:
|
||||
enabled: true
|
||||
replicas: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
||||
|
||||
index-cache:
|
||||
enabled: true
|
||||
|
@ -153,7 +160,7 @@ mimir:
|
|||
enabled: true
|
||||
|
||||
minio:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
overrides_exporter:
|
||||
replicas: 1
|
||||
|
@ -228,7 +235,7 @@ mimir:
|
|||
|
||||
zoneAwareReplication:
|
||||
topologyKey: 'kubernetes.io/hostname'
|
||||
|
||||
|
||||
nginx:
|
||||
replicas: 1
|
||||
resources:
|
||||
|
@ -238,24 +245,3 @@ mimir:
|
|||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
||||
|
||||
# Grafana Enterprise Metrics feature related
|
||||
admin_api:
|
||||
replicas: 1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
||||
|
||||
gateway:
|
||||
replicas: 1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1.4
|
||||
memory: 731Mi
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue