use kube-prometheus-stack
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-20 16:56:36 -08:00
parent 419a954518
commit 75e15c894a
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus-community
namespace: futureporn
spec:
interval: 24h
url: https://prometheus-community.github.io/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prometheus
namespace: futureporn
spec:
interval: 30m
chart:
spec:
chart: kube-prometheus-stack
version: "60.3.0"
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: futureporn
interval: 12h
values:
prometheus:
prometheusSpec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: vultr-block-storage
resources:
requests:
storage: 10Gi
grafana:
sidecar:
dashboards:
enabled: true
defaultFolderName: "General"
label: grafana_dashboard
labelValue: "1"
folderAnnotation: grafana_folder
searchNamespace: ALL
provider:
foldersFromFilesStructure: true