refactor(stacks): 🚚 migrate sizer-receiver from garm to ci-sizer namespace
Move sizer-receiver ArgoCD app and manifests from stacks/garm/ to stacks/ci-sizer/. The sizer is provider-agnostic and no longer belongs in the GARM-specific stack. - destination namespace: garm → ci-sizer - ArgoCD source path: stacks/garm/ → stacks/ci-sizer/ - ingress namespace: garm → ci-sizer - GARM_URL unchanged (garm.garm.svc.cluster.local) — GARM server stays in its namespace - Secrets (sizer-tokens, sizer-oidc-client, garm-fixed-credentials) must exist in ci-sizer namespace
This commit is contained in:
parent
54dfd0831d
commit
52cb25a6f9
3 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ spec:
|
||||||
limit: -1
|
limit: -1
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: garm
|
namespace: ci-sizer
|
||||||
source:
|
source:
|
||||||
repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/garm/sizer-receiver"
|
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ci-sizer/sizer-receiver"
|
||||||
|
|
@ -10,7 +10,7 @@ metadata:
|
||||||
dns.gardener.cloud/ttl: "600"
|
dns.gardener.cloud/ttl: "600"
|
||||||
{{{ end }}}
|
{{{ end }}}
|
||||||
name: sizer-receiver
|
name: sizer-receiver
|
||||||
namespace: garm
|
namespace: ci-sizer
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue