32 lines
984 B
YAML
32 lines
984 B
YAML
![]() |
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: vm-client-stack
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: observability
|
||
|
sources:
|
||
|
- chart: victoria-metrics-k8s-stack
|
||
|
repoURL: https://victoriametrics.github.io/helm-charts/
|
||
|
targetRevision: 0.48.1
|
||
|
releaseName: vm
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/otc/observability.think-ahead.cloud/stacks/observability-client/vm-client-stack/values.yaml
|
||
|
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||
|
targetRevision: HEAD
|
||
|
ref: values
|
||
|
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||
|
targetRevision: HEAD
|
||
|
path: "otc/observability.think-ahead.cloud/stacks/observability-client/vm-client-stack/manifests"
|