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: chart:
spec: spec:
chart: kube-prometheus-stack chart: kube-prometheus-stack
version: "25.22.0" version: "60.3.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community
namespace: futureporn namespace: futureporn
interval: 12h interval: 12h
values: values:
server: prometheus:
persistentVolume: prometheusSpec:
size: 10Gi storageSpec:
storageClass: vultr-block-storage volumeClaimTemplate:
spec:
storageClassName: vultr-block-storage
resources:
requests:
storage: 10Gi
grafana: grafana:
sidecar: sidecar:
dashboards: dashboards:

View File

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