From 77a29dbe06499c3e6eb4ada8a4686b95f52d2a68 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 27 Mar 2023 18:46:58 +0800 Subject: [PATCH] feat(monitoring): add Victoria operator Signed-off-by: JJGadgets --- .../victoria/1-operator/install.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kube/3-deploy/1-core/06-monitoring/victoria/1-operator/install.yaml diff --git a/kube/3-deploy/1-core/06-monitoring/victoria/1-operator/install.yaml b/kube/3-deploy/1-core/06-monitoring/victoria/1-operator/install.yaml new file mode 100644 index 00000000..86a750fe --- /dev/null +++ b/kube/3-deploy/1-core/06-monitoring/victoria/1-operator/install.yaml @@ -0,0 +1,23 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + name: victoria-metrics-operator + namespace: monitoring +spec: + chart: + spec: + chart: victoria-metrics-operator + version: 0.20.1 + sourceRef: + kind: HelmRepository + name: victoria-metrics-charts + namespace: flux-system + values: + # -- use crd dir + createCRD: false + # say NO to PSPs kids! + operator: + psp_auto_creation_enabled: false + rbac: + pspEnabled: false