- comment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user