mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 21:39:47 +00:00
feat(monitoring): add Victoria operator
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user