mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
537 B
YAML
26 lines
537 B
YAML
4 years ago
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: kube-prometheus-stack
|
||
|
spec:
|
||
|
interval: 5m
|
||
|
chart:
|
||
|
spec:
|
||
|
chart: kube-prometheus-stack
|
||
|
sourceRef:
|
||
|
kind: HelmRepository
|
||
|
name: prometheus-community
|
||
|
interval: 1m
|
||
|
values:
|
||
|
alertmanager:
|
||
|
enabled: false
|
||
|
grafana:
|
||
|
sidecar:
|
||
|
dashboards:
|
||
|
searchNamespace: ALL
|
||
|
prometheus:
|
||
|
prometheusSpec:
|
||
|
podMonitorSelector:
|
||
|
matchLabels:
|
||
|
app.kubernetes.io/part-of: flux
|