Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
459b76423e
commit
88344fa441
|
@ -39,4 +39,4 @@ name: mimir
|
|||
sources:
|
||||
- https://grafana.com
|
||||
type: application
|
||||
version: 0.1.3
|
||||
version: 0.1.8
|
|
@ -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:
|
||||
|
@ -58,6 +61,7 @@ mimir:
|
|||
# Dashboard configuration for deploying Grafana dashboards for Mimir
|
||||
dashboards:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
||||
|
@ -152,7 +156,7 @@ mimir:
|
|||
enabled: true
|
||||
|
||||
minio:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
overrides_exporter:
|
||||
replicas: 1
|
||||
|
@ -227,7 +231,11 @@ mimir:
|
|||
|
||||
zoneAwareReplication:
|
||||
topologyKey: 'kubernetes.io/hostname'
|
||||
|
||||
chunks-cache:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
||||
nginx:
|
||||
replicas: 1
|
||||
resources:
|
||||
|
@ -237,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