Skip to content

Commit

Permalink
Create prometheus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Dec 25, 2024
1 parent a96c5d6 commit 9e9f64c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions clusters/home-cluster/monitoring/prometheus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus
namespace: flux-system
spec:
interval: 1m
url: https://prometheus-community.github.io/helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prom-operator
namespace: monitoring
spec:
interval: 10m
install:
createNamespace: true
chart:
spec:
chart: kube-prometheus-stack
version: '60.0.1'
sourceRef:
kind: HelmRepository
name: prometheus
namespace: flux-system
interval: 1m

0 comments on commit 9e9f64c

Please sign in to comment.