fluxcd: add prometheus
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: monitoring
|
||||
spec:
|
||||
releaseName: prometheus-stack
|
||||
interval: 40h
|
||||
chart:
|
||||
spec:
|
||||
chart: prometheus-stack
|
||||
version: 86.x.x
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-stack
|
||||
interval: 40h
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: prometheus-stack-helm-values
|
||||
valuesKey: 01-only-crd-and-operator.yaml
|
||||
- kind: Secret
|
||||
name: prometheus-stack-helm-values
|
||||
valuesKey: 02-kube-metrics.yaml
|
||||
- kind: Secret
|
||||
name: prometheus-stack-helm-values
|
||||
valuesKey: 03-node-exporter.yaml
|
||||
- kind: Secret
|
||||
name: prometheus-stack-helm-values
|
||||
valuesKey: 04-kubelet.yaml
|
||||
Reference in New Issue
Block a user