add thanos argo app
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-02 21:54:00 +02:00
parent f3cdde60ae
commit 84724aea95
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -438,3 +438,23 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: false prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: thanos
namespace: argocd
spec:
project: default
sources:
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: thanos
destination:
server: https://kubernetes.default.svc
namespace: thanos
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: false