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