diff --git a/charts/meta-monitoring/templates/ruler/ruler.yaml b/charts/meta-monitoring/templates/ruler/ruler.yaml index 21caa5b..090267c 100644 --- a/charts/meta-monitoring/templates/ruler/ruler.yaml +++ b/charts/meta-monitoring/templates/ruler/ruler.yaml @@ -51,7 +51,7 @@ spec: protocol: TCP envFrom: - secretRef: - name: mmc-minio + name: minio readinessProbe: failureThreshold: 3 httpGet: diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 2c8065c..8302359 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -180,7 +180,7 @@ metrics: # Additional metrics to retain extraMetrics: [] -# Set enabled = true to add the default logs/metrics/traces dashboards to the local Grafana +# Set enabled = true to add the default logs dashboards to the local Grafana dashboards: logs: enabled: true @@ -189,11 +189,6 @@ dashboards: traces: enabled: true -global: - minio: - rootUser: "rootuser" - rootPassword: "rootpassword" - kubeStateMetrics: # Scrape https://github.com/kubernetes/kube-state-metrics by default enabled: true @@ -259,19 +254,19 @@ loki: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" read: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" backend: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" alloy: alloy: @@ -311,7 +306,7 @@ mimir-distributed: global: extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" mimir: structuredConfig: alertmanager_storage: @@ -353,31 +348,31 @@ tempo-distributed: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" ingester: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" compactor: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" querier: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" queryFrontend: extraArgs: - "-config.expand-env=true" extraEnvFrom: - secretRef: - name: "mmc-minio" + name: "minio" traces: otlp: http: diff --git a/docs/installation.md b/docs/installation.md index 0c53f40..c49b2b1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -67,7 +67,7 @@ kubectl create namespace meta ``` -1. Create a secret with the user and password for the local Minio: +1. Create a secret named `minio` with the user and password for the local Minio: ``` kubectl create secret generic minio -n meta \