Skip to content

Commit

Permalink
start MONIT deployment on the VRE
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jan 30, 2025
1 parent d6a714d commit a78486f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions infrastructure/cluster/flux/monit/monit-helm_repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: cern-monit
namespace: monit
spec:
interval: 10m
url: oci://registry.cern.ch/monit/cern-it-monitoring-kubernetes

values:
# WIP
6 changes: 6 additions & 0 deletions infrastructure/cluster/flux/monit/monit-namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Namespace
apiVersion: v1
metadata:
name: monit
labels:
name: monit
17 changes: 17 additions & 0 deletions infrastructure/cluster/flux/monit/monit-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cern-monit
namespace: monit
spec:
releaseName: cern-vre-monit
interval: 5m
chart:
spec:
sourceRef:
kind: HelmRepository
name: cern-monit
namespace: monit
chart: cern-it-monitoring-kubernetes
interval: 5m
version: 1.0.0

0 comments on commit a78486f

Please sign in to comment.