Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-26 21:31:45 +00:00
parent 0b007d2648
commit 957944d42b
14 changed files with 9 additions and 25 deletions

View File

@ -20,7 +20,7 @@ dependencies:
version: 5.2.1 version: 5.2.1
repository: https://grafana.github.io/helm-charts repository: https://grafana.github.io/helm-charts
condition: "" condition: ""
alias: "" alias: "mimir"
tags: [] tags: []
import-values: [] import-values: []
deprecated: false deprecated: false
@ -39,4 +39,4 @@ name: mimir
sources: sources:
- https://grafana.com - https://grafana.com
type: application type: application
version: 0.1.1 version: 0.1.5

View File

@ -32,7 +32,7 @@ configmap:
apiVersion: 1 apiVersion: 1
datasources: datasources:
- name: Mimir - name: Mimir
type: Prometheus type: prometheus
uid: {{ .Values.grafana.datasource.uid | default "prometheus" }} uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
url: http://{{ if ne .Release.Name "mimir" }}{{ .Release.Name }}-{{ end }}mimir-nginx.{{ .Release.Namespace }}/prometheus url: http://{{ if ne .Release.Name "mimir" }}{{ .Release.Name }}-{{ end }}mimir-nginx.{{ .Release.Namespace }}/prometheus
access: proxy access: proxy
@ -58,6 +58,7 @@ mimir:
# Dashboard configuration for deploying Grafana dashboards for Mimir # Dashboard configuration for deploying Grafana dashboards for Mimir
dashboards: dashboards:
enabled: true enabled: true
annotations: {}
serviceMonitor: serviceMonitor:
enabled: true enabled: true
@ -227,7 +228,11 @@ mimir:
zoneAwareReplication: zoneAwareReplication:
topologyKey: 'kubernetes.io/hostname' topologyKey: 'kubernetes.io/hostname'
chunks-cache:
resources:
requests:
cpu: 20m
memory: 10Mi
nginx: nginx:
replicas: 1 replicas: 1
resources: resources:
@ -237,24 +242,3 @@ mimir:
requests: requests:
cpu: 20m cpu: 20m
memory: 10Mi 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