33 lines
909 B
YAML
33 lines
909 B
YAML
# Default: Forgejo/GitHub Actions runner manager
|
|
# Deploys GARM with the ci-sizer provider for automatic sizing + collector injection.
|
|
# For GitLab-only deployments, omit this and use gitlab-webhook instead.
|
|
# See: ci-sizer/docs/deployment-modes.md
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: garm
|
|
namespace: argocd
|
|
labels:
|
|
env: dev
|
|
spec:
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
retry:
|
|
limit: -1
|
|
destination:
|
|
name: in-cluster
|
|
namespace: garm
|
|
sources:
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
|
path: charts/garm
|
|
targetRevision: v0.0.16
|
|
helm:
|
|
valueFiles:
|
|
- $values/otc/benchmark.t09.de/stacks/garm/garm/values.yaml
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
|
targetRevision: HEAD
|
|
ref: values
|