Add prometheus

This commit is contained in:
2024-09-09 19:51:11 +01:00
parent b56de6325d
commit 2f516412e7
6 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prometheus
spec:
chart:
spec:
chart: prometheus
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: prometheus-repo
version: 6.7.4
interval: 15m
targetNamespace: monitoring
values:
server:
persistentVolume:
storageClass: local-path

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml