Automated upload for benchmark.t09.de
This commit is contained in:
parent
75e4a2384b
commit
f2747ece68
13 changed files with 246 additions and 11 deletions
29
otc/benchmark.t09.de/stacks/ci-sizer/gitlab-webhook.yaml
Normal file
29
otc/benchmark.t09.de/stacks/ci-sizer/gitlab-webhook.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Optional: GitLab CI integration
|
||||
# Only hydrate this app for clusters that run GitLab Runner.
|
||||
# For Forgejo/GitHub-only deployments, omit this app from stacks-instances.
|
||||
# See: ci-sizer/docs/deployment-modes.md
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: gitlab-sizer-webhook
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: ci-sizer
|
||||
source:
|
||||
repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
path: "otc/benchmark.t09.de/stacks/ci-sizer/gitlab-webhook"
|
||||
Loading…
Add table
Add a link
Reference in a new issue