28 lines
717 B
YAML
28 lines
717 B
YAML
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 |