18 lines
352 B
YAML
18 lines
352 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: prometheus
|
|
namespace: monitoring
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: kube-prometheus-stack
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: prometheus-community
|
|
version: 55.7.0
|
|
interval: 1m0s
|
|
suspend: true
|