docs(stacks): 📝 add clarifying comments to stack templates
Document which components are required vs opt-in for deployment modes. Ref: IPCEICIS-6886
This commit is contained in:
parent
d161b8ea4d
commit
2a12a568ce
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
|
|
@ -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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue