Compare commits

..

3 Commits

Author SHA1 Message Date
75e15c894a use kube-prometheus-stack
Some checks are pending
ci / build (push) Waiting to run
2024-06-20 16:56:36 -08:00
419a954518 use kube-prometheus-stack 2024-06-20 16:56:28 -08:00
bbe1b19d7b use kube-prometheus-stack 2024-06-20 16:56:10 -08:00
2 changed files with 11 additions and 6 deletions

View File

@ -20,17 +20,22 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: "25.22.0"
version: "60.3.0"
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: futureporn
interval: 12h
values:
server:
persistentVolume:
size: 10Gi
storageClass: vultr-block-storage
prometheus:
prometheusSpec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: vultr-block-storage
resources:
requests:
storage: 10Gi
grafana:
sidecar:
dashboards:

View File

@ -6,4 +6,4 @@ resources:
- ingress-nginx.yaml
- grafana-k8s-dashboards.yaml
# - grafana.yaml # experimenting with having prometheus install grafana
- prometheus.yaml
- kube-prometheus-stack.yaml