mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 09:47:28 +00:00
this release contains the prometheus operator in version 0.52.1 see https://github.com/fluxcd/flux2/issues/2192 https://github.com/fluxcd/flux2/pull/2193 for issues Signed-off-by: Johannes Graf <graf@synyx.de>
30 lines
622 B
YAML
30 lines
622 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: kube-prometheus-stack
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
version: 23.2.0
|
|
chart: kube-prometheus-stack
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: prometheus-community
|
|
interval: 1m
|
|
install:
|
|
crds: Create
|
|
upgrade:
|
|
crds: CreateReplace
|
|
values:
|
|
alertmanager:
|
|
enabled: false
|
|
grafana:
|
|
sidecar:
|
|
dashboards:
|
|
searchNamespace: ALL
|
|
prometheus:
|
|
prometheusSpec:
|
|
podMonitorSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/part-of: flux
|