From 2a12a568ce636562b31b247de5bf5b65060408b9 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Fri, 15 May 2026 16:35:02 +0200 Subject: [PATCH] =?UTF-8?q?docs(stacks):=20=F0=9F=93=9D=20add=20clarifying?= =?UTF-8?q?=20comments=20to=20stack=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document which components are required vs opt-in for deployment modes. Ref: IPCEICIS-6886 --- template/stacks/ci-sizer/sizer-receiver.yaml | 4 ++++ template/stacks/garm/garm.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/template/stacks/ci-sizer/sizer-receiver.yaml b/template/stacks/ci-sizer/sizer-receiver.yaml index cd36a47..1fc7279 100644 --- a/template/stacks/ci-sizer/sizer-receiver.yaml +++ b/template/stacks/ci-sizer/sizer-receiver.yaml @@ -1,3 +1,7 @@ +# Required: CI Sizer receiver +# Always deploy this — it stores metrics and computes sizing recommendations. +# Works standalone or with GARM (Forgejo/GitHub) and/or GitLab webhook. +# See: ci-sizer/docs/deployment-modes.md apiVersion: argoproj.io/v1alpha1 kind: Application metadata: diff --git a/template/stacks/garm/garm.yaml b/template/stacks/garm/garm.yaml index b643346..67fc4a3 100644 --- a/template/stacks/garm/garm.yaml +++ b/template/stacks/garm/garm.yaml @@ -1,3 +1,7 @@ +# 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: