feat(victoria-metrics): removed
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: victoria-logs
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: victoria-metrics
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-logs-single
|
||||
targetRevision: 0.12.4
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/victoria-metrics/eu-central-1/victoria-logs-values.yaml
|
||||
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
@@ -1,29 +0,0 @@
|
||||
#apiVersion: argoproj.io/v1alpha1
|
||||
#kind: Application
|
||||
#metadata:
|
||||
# name: victoria-metrics-crds
|
||||
# namespace: argocd
|
||||
# annotations:
|
||||
# argocd.argoproj.io/sync-wave: "-2"
|
||||
#spec:
|
||||
# project: default
|
||||
# destination:
|
||||
# namespace: victoria-metrics
|
||||
# server: https://kubernetes.default.svc
|
||||
# sources:
|
||||
# - repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
# chart: victoria-metrics-operator-crds
|
||||
# targetRevision: 0.9.0
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# prune: true
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# - Replace=true
|
||||
# retry:
|
||||
# limit: 3
|
||||
# backoff:
|
||||
# duration: 10s
|
||||
# factor: 2
|
||||
# maxDuration: 1m
|
||||
@@ -1,52 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: victoria-metrics-operator
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: victoria-metrics
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-metrics-operator
|
||||
targetRevision: 0.62.1
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/victoria-metrics-operator/eu-central-1/values.yaml
|
||||
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Secret
|
||||
name: victoria-metrics-operator-validation
|
||||
jsonPointers:
|
||||
- /data
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: ValidatingWebhookConfiguration
|
||||
name: victoria-metrics-operator-admission
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: MutatingWebhookConfiguration
|
||||
name: victoria-metrics-operator-admission
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- RespectIgnoreDifferences=true
|
||||
retry:
|
||||
limit: 3
|
||||
backoff:
|
||||
duration: 10s
|
||||
factor: 2
|
||||
maxDuration: 1m
|
||||
@@ -1,49 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: victoria-metrics
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: victoria-metrics
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-metrics-k8s-stack
|
||||
targetRevision: 0.76.0
|
||||
helm:
|
||||
releaseName: vm
|
||||
valueFiles:
|
||||
- $values/victoria-metrics/eu-central-1/vm-stack-values.yaml
|
||||
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Secret
|
||||
name: vm-grafana
|
||||
jsonPointers:
|
||||
- /data
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
name: vm-grafana
|
||||
jqPathExpressions:
|
||||
- .spec.template.metadata.annotations."checksum/secret"
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
- RespectIgnoreDifferences=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 30s
|
||||
factor: 2
|
||||
maxDuration: 5m
|
||||
@@ -1,28 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: victoria-traces
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: victoria-metrics
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||
chart: victoria-traces-single
|
||||
targetRevision: 0.0.7
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/victoria-metrics/eu-central-1/victoria-traces-values.yaml
|
||||
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user