Add prometheus
This commit is contained in:
19
clusters/kairos/monitoring/prometheus/helmrelease.yaml
Normal file
19
clusters/kairos/monitoring/prometheus/helmrelease.yaml
Normal 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
|
||||
4
clusters/kairos/monitoring/prometheus/kustomization.yaml
Normal file
4
clusters/kairos/monitoring/prometheus/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
Reference in New Issue
Block a user