b100f3034e
Migrate Victoria Metrics cluster and agent from Terragrunt to ArgoCD/Kustomize. Creates new observability AppProject and ApplicationSet. Deploys victoria-metrics-cluster v0.33.0 (vmselect/vminsert/vmstorage with HPA, PDB, ingress) and victoria-metrics-agent v0.30.0 (3 replicas, k8s scrape configs) in the observability namespace. 💘 Generated with Crush Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land> Reviewed-on: #82
23 lines
591 B
YAML
23 lines
591 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: observability
|
|
|
|
resources:
|
|
- ../../../base/observability
|
|
|
|
helmCharts:
|
|
- name: victoria-metrics-cluster
|
|
repo: https://victoriametrics.github.io/helm-charts/
|
|
version: "0.33.0"
|
|
releaseName: victoria-metrics-cluster
|
|
namespace: observability
|
|
valuesFile: values-vmcluster.yaml
|
|
- name: victoria-metrics-agent
|
|
repo: https://victoriametrics.github.io/helm-charts/
|
|
version: "0.30.0"
|
|
releaseName: victoria-metrics-agent
|
|
namespace: observability
|
|
valuesFile: values-vmagent.yaml
|