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 -1
View File
@@ -4,7 +4,7 @@ metadata:
name: poimen-worker
namespace: poimen
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: poimen-worker