181bc152e7
Migrate Victoria Metrics operator from Terragrunt to ArgoCD/Kustomize. Deploys victoria-metrics-operator v0.57.1 with 2 replicas in vm-system. 💘 Generated with Crush Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land> Reviewed-on: #80
17 lines
354 B
YAML
17 lines
354 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: vm-system
|
|
|
|
resources:
|
|
- ../../../base/vm-system
|
|
|
|
helmCharts:
|
|
- name: victoria-metrics-operator
|
|
repo: https://victoriametrics.github.io/helm-charts/
|
|
version: "0.57.1"
|
|
releaseName: victoria-metrics-operator
|
|
namespace: vm-system
|
|
valuesFile: values.yaml
|