17 lines
336 B
YAML
17 lines
336 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
|