feat(sb-server-monitor): move deployment to core repo
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
c2240f1fac
commit
fb55a81677
7 changed files with 130 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue