Scale workers from 1 to 2 replicas and enable worker deployment
ci / test (push) Failing after 36s

- Updated worker-deployment.yaml: replicas 1 → 2
- Updated kustomization.yaml: added worker-deployment.yaml to resources
- ArgoCD will auto-sync within seconds
This commit is contained in:
Admin Bot
2026-08-22 21:34:35 -07:00
parent 3c54f07ebb
commit 78714e237f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ namespace: poimen
resources: resources:
- orchestrator-job.yaml - orchestrator-job.yaml
- worker-deployment.yaml
commonLabels: commonLabels:
app.kubernetes.io/name: poimen app.kubernetes.io/name: poimen
+1 -1
View File
@@ -4,7 +4,7 @@ metadata:
name: poimen-worker name: poimen-worker
namespace: poimen namespace: poimen
spec: spec:
replicas: 1 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: poimen-worker app: poimen-worker