chore: set values.yaml to have sensible defaults

!8
This commit is contained in:
2024-02-04 15:55:16 +09:30
parent bdb555a4b5
commit 57a1706590

View File

@ -207,7 +207,7 @@ nfc_monitoring:
image: image:
name: grafana/agent name: grafana/agent
tag: 'v0.36.1' tag: 'v0.39.2'
labels: labels:
app.kubernetes.io/instance: k8s app.kubernetes.io/instance: k8s
@ -266,6 +266,7 @@ nfc_monitoring:
image: image:
name: prom/prometheus name: prom/prometheus
tag: 'v2.49.0'
# How many replicas to deploy # How many replicas to deploy
replicas: 1 replicas: 1
@ -349,7 +350,7 @@ nfc_monitoring:
- alerting - alerting
- default - default
# - ceph # - ceph
- grafana #- grafana
- monitoring - monitoring
# - kube-dashboard # - kube-dashboard
# - kube-metrics # - kube-metrics
@ -384,7 +385,7 @@ nfc_monitoring:
# url: http://mimir-gateway.metrics.svc.cluster.local/api/v1/push # url: http://mimir-gateway.metrics.svc.cluster.local/api/v1/push
retention: 24h retention: 24h
retentionSize: 20GB retentionSize: 2GB
ruleSelector: ruleSelector:
matchLabels: matchLabels:
role: alert-rules role: alert-rules
@ -467,7 +468,7 @@ nfc_monitoring:
ceph: ceph:
enabled: true enabled: false
namespace: ceph namespace: ceph
@ -482,7 +483,7 @@ nfc_monitoring:
# Add sidecar to grafana pod to load dashboards from configMap # Add sidecar to grafana pod to load dashboards from configMap
dashboard_sidecar: dashboard_sidecar:
enabled: true enabled: false
image: image:
name: ghcr.io/kiwigrid/k8s-sidecar name: ghcr.io/kiwigrid/k8s-sidecar
@ -494,7 +495,7 @@ nfc_monitoring:
network_policy: network_policy:
enabled: true enabled: false
# Network Policies to apply. These policies are automagically build using the values below. # Network Policies to apply. These policies are automagically build using the values below.
# What you would find under path root.spec belongs here. # What you would find under path root.spec belongs here.