feat(sb-server-monitor): move deployment to core repo
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-12-05 22:10:13 +01:00
parent c2240f1fac
commit fb55a81677
Signed by: tom
GPG key ID: F17EFE4272D89FF6
7 changed files with 130 additions and 0 deletions

View file

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