feat(victoria-metrics): add new applications and update configurations for Victoria Metrics stack
This commit is contained in:
@@ -100,7 +100,6 @@ fabric.properties
|
|||||||
/argocd/eu-central-1/charts/
|
/argocd/eu-central-1/charts/
|
||||||
/argo-rollouts/base/charts/
|
/argo-rollouts/base/charts/
|
||||||
/kargo/base/charts/
|
/kargo/base/charts/
|
||||||
/victoria-metrics/eu-central-1/charts/
|
|
||||||
/kargo/base/kargo-admin-password.yaml
|
/kargo/base/kargo-admin-password.yaml
|
||||||
/cert.pem
|
/cert.pem
|
||||||
### Sealed Secrets ###
|
### Sealed Secrets ###
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
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
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
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
|
||||||
@@ -11,9 +11,15 @@ spec:
|
|||||||
namespace: victoria-metrics
|
namespace: victoria-metrics
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
sources:
|
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
|
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||||
path: ./victoria-metrics-operator/eu-central-1
|
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
ref: values
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -21,3 +27,9 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
retry:
|
||||||
|
limit: 3
|
||||||
|
backoff:
|
||||||
|
duration: 10s
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 1m
|
||||||
|
|||||||
@@ -3,15 +3,23 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: victoria-metrics
|
name: victoria-metrics
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "0"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
destination:
|
destination:
|
||||||
namespace: victoria-metrics
|
namespace: victoria-metrics
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
sources:
|
sources:
|
||||||
|
- repoURL: https://victoriametrics.github.io/helm-charts/
|
||||||
|
chart: victoria-metrics-k8s-stack
|
||||||
|
targetRevision: 0.76.0
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- $values/victoria-metrics/eu-central-1/vm-stack-values.yaml
|
||||||
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
||||||
path: ./victoria-metrics/eu-central-1
|
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
ref: values
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -20,3 +28,9 @@ spec:
|
|||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
- SkipDryRunOnMissingResource=true
|
- SkipDryRunOnMissingResource=true
|
||||||
|
retry:
|
||||||
|
limit: 5
|
||||||
|
backoff:
|
||||||
|
duration: 30s
|
||||||
|
factor: 2
|
||||||
|
maxDuration: 5m
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
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
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
helmCharts:
|
|
||||||
- name: victoria-metrics-operator
|
|
||||||
repo: https://victoriametrics.github.io/helm-charts/
|
|
||||||
version: 0.62.1
|
|
||||||
releaseName: victoria-metrics-operator
|
|
||||||
namespace: victoria-metrics
|
|
||||||
valuesFile: values.yaml
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- namespace.yaml
|
|
||||||
helmCharts:
|
|
||||||
- name: victoria-metrics-k8s-stack
|
|
||||||
repo: https://victoriametrics.github.io/helm-charts/
|
|
||||||
version: 0.76.0
|
|
||||||
releaseName: vm-stack
|
|
||||||
namespace: victoria-metrics
|
|
||||||
valuesFile: vm-stack-values.yaml
|
|
||||||
- name: victoria-logs-single
|
|
||||||
repo: https://victoriametrics.github.io/helm-charts/
|
|
||||||
version: 0.12.4
|
|
||||||
releaseName: victoria-logs
|
|
||||||
namespace: victoria-metrics
|
|
||||||
valuesFile: victoria-logs-values.yaml
|
|
||||||
- name: victoria-traces-single
|
|
||||||
repo: https://victoriametrics.github.io/helm-charts/
|
|
||||||
version: 0.0.7
|
|
||||||
releaseName: victoria-traces
|
|
||||||
namespace: victoria-metrics
|
|
||||||
valuesFile: victoria-traces-values.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: victoria-metrics
|
|
||||||
Reference in New Issue
Block a user