Skip to content

Commit

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

0 comments on commit ba72a35

Please sign in to comment.