- comment

This commit is contained in:
2025-12-10 15:13:18 +01:00
parent fcf3c692bf
commit 5c6e622f07

View File

@@ -8,17 +8,14 @@ metadata:
spec: spec:
project: default project: default
source: source:
# Using Helm chart directly from the official repository
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetRevision: 65.1.1 targetRevision: 65.1.1
helm: helm:
values: | values: |
# Disable alertmanager for simplicity
alertmanager: alertmanager:
enabled: false enabled: false
# Configure Prometheus
prometheus: prometheus:
prometheusSpec: prometheusSpec:
resources: resources:
@@ -37,7 +34,6 @@ spec:
requests: requests:
storage: 5Gi storage: 5Gi
# Configure Grafana
grafana: grafana:
enabled: true enabled: true
adminPassword: admin adminPassword: admin