Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0b007d2648
commit
957944d42b
|
@ -20,7 +20,7 @@ dependencies:
|
|||
version: 5.2.1
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
condition: ""
|
||||
alias: ""
|
||||
alias: "mimir"
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
|
@ -39,4 +39,4 @@ name: mimir
|
|||
sources:
|
||||
- https://grafana.com
|
||||
type: application
|
||||
version: 0.1.1
|
||||
version: 0.1.5
|
|
@ -32,7 +32,7 @@ configmap:
|
|||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Mimir
|
||||
type: Prometheus
|
||||
type: prometheus
|
||||
uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
|
||||
url: http://{{ if ne .Release.Name "mimir" }}{{ .Release.Name }}-{{ end }}mimir-nginx.{{ .Release.Namespace }}/prometheus
|
||||
access: proxy
|
||||
|
@ -58,6 +58,7 @@ mimir:
|
|||
# Dashboard configuration for deploying Grafana dashboards for Mimir
|
||||
dashboards:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
||||
|
@ -227,7 +228,11 @@ mimir:
|
|||
|
||||
zoneAwareReplication:
|
||||
topologyKey: 'kubernetes.io/hostname'
|
||||
|
||||
chunks-cache:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 10Mi
|
||||
nginx:
|
||||
replicas: 1
|
||||
resources:
|
||||
|
@ -237,24 +242,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