feat: add observability stack to gitops (kube-prom-stack, loki, helm-dashboard, blackbox-exporter)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: helm-dashboard
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://helm-charts.komodor.io
|
||||
chart: helm-dashboard
|
||||
targetRevision: 2.0.6
|
||||
helm:
|
||||
releaseName: helm-dashboard
|
||||
valueFiles:
|
||||
- $values/apps/observability/helm-dashboard-values.yaml
|
||||
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: observability
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
Reference in New Issue
Block a user