feat: implement Phase 2 - Sequential Pipeline with Celery Workers

This commit is contained in:
2025-10-06 10:44:43 -03:00
parent bf06ae190a
commit 6f8ffe1e49
4 changed files with 186 additions and 16 deletions

View File

@@ -57,6 +57,10 @@ fi
echo -e "${YELLOW}Applying Deployment...${NC}"
oc apply -f k8s/deployment.yaml
# Apply Celery Worker Deployment
echo -e "${YELLOW}Applying Celery Worker Deployment...${NC}"
oc apply -f k8s/celery-worker-deployment.yaml
# Apply Service
echo -e "${YELLOW}Applying Service...${NC}"
oc apply -f k8s/service.yaml