29 lines
776 B
YAML
29 lines
776 B
YAML
# 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"
|