fix: correct KubernetesClient import to K8sClient in Celery tasks

This commit is contained in:
2025-10-06 10:40:20 -03:00
parent 5c5afc85ac
commit bf06ae190a
17 changed files with 1233 additions and 0 deletions

View File

@@ -26,6 +26,14 @@ oc apply -f k8s/rbac.yaml
echo -e "${YELLOW}Applying ConfigMap...${NC}"
oc apply -f k8s/configmap.yaml
# Apply Redis ConfigMap
echo -e "${YELLOW}Applying Redis ConfigMap...${NC}"
oc apply -f k8s/redis-configmap.yaml
# Apply Redis Deployment
echo -e "${YELLOW}Applying Redis Deployment...${NC}"
oc apply -f k8s/redis-deployment.yaml
# Create ServiceAccount token secret
echo -e "${YELLOW}Creating ServiceAccount token...${NC}"