homelab/k8s/infrastructure/crds/kube-prometheus-stack.yaml

27 lines
549 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus-community
namespace: flux-system
spec:
interval: 10m
url: https://prometheus-community.github.io/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prometheus-operator-crds
namespace: flux-system
spec:
interval: 10m
chart:
spec:
chart: prometheus-operator-crds
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
interval: 10m