stacks-instances/otc/dev.t09.de/stacks/garm/garm.yaml

34 lines
903 B
YAML
Raw Normal View History

2026-06-08 12:15:27 +00:00
# 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
2026-01-30 14:56:24 +01:00
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
2026-06-08 12:15:27 +00:00
targetRevision: v0.0.16
2026-01-30 14:56:24 +01:00
helm:
valueFiles:
- $values/otc/dev.t09.de/stacks/garm/garm/values.yaml
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
ref: values