Fix secret name

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-07 14:39:20 +01:00
parent 56cab04af8
commit cd42da2197
3 changed files with 12 additions and 17 deletions

View File

@ -51,7 +51,7 @@ spec:
protocol: TCP
envFrom:
- secretRef:
name: mmc-minio
name: minio
readinessProbe:
failureThreshold: 3
httpGet:

View File

@ -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:

View File

@ -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 \