refactor(observability): Renamed argo app to o12y

This commit is contained in:
Patrick Sy 2025-06-03 14:56:49 +02:00 committed by Daniel.Sy
parent bcfd471073
commit b2ca785ff2
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: victoria-k8s-stack name: o12y
namespace: argocd namespace: argocd
labels: labels:
env: dev env: dev
@ -19,7 +19,7 @@ spec:
- chart: victoria-metrics-k8s-stack - chart: victoria-metrics-k8s-stack
repoURL: https://victoriametrics.github.io/helm-charts/ repoURL: https://victoriametrics.github.io/helm-charts/
targetRevision: 0.48.1 targetRevision: 0.48.1
releaseName: vm releaseName: o12y
helm: helm:
valueFiles: valueFiles:
- $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/observability/victoria-k8s-stack/values.yaml - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/observability/victoria-k8s-stack/values.yaml

View file

@ -14,13 +14,13 @@ global:
# -- Override chart name # -- Override chart name
nameOverride: "" nameOverride: ""
# -- Resource full name override # -- Resource full name override
fullnameOverride: "" fullnameOverride: "o12y"
# -- Tenant to use for Grafana datasources and remote write # -- Tenant to use for Grafana datasources and remote write
tenant: "0" tenant: "0"
# -- If this chart is used in "Argocd" with "releaseName" field then # -- If this chart is used in "Argocd" with "releaseName" field then
# VMServiceScrapes couldn't select the proper services. # VMServiceScrapes couldn't select the proper services.
# For correct working need set value 'argocdReleaseOverride=$ARGOCD_APP_NAME' # For correct working need set value 'argocdReleaseOverride=$ARGOCD_APP_NAME'
argocdReleaseOverride: "" argocdReleaseOverride: "o12y"
# -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour # -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour
victoria-metrics-operator: victoria-metrics-operator: