Add S2I support and cleanup unused files
- Add complete Source-to-Image (S2I) deployment support - Create .s2i/ directory with assemble/run scripts and environment config - Add openshift-s2i.yaml template for S2I deployment - Add scripts/deploy-s2i.sh for automated S2I deployment - Add README-S2I.md with comprehensive S2I documentation - Update README.md and AIAgents-Support.md with S2I information - Clean up unused files: Dockerfile.simple, HTML backups, daemonset files - Remove unused Makefile and openshift-git-deploy.yaml - Update kustomization.yaml to use deployment instead of daemonset - Update undeploy-complete.sh to remove deployment instead of daemonset - Maintain clean and organized codebase structure
This commit is contained in:
@@ -44,9 +44,9 @@ oc delete -f k8s/route.yaml --ignore-not-found=true
|
||||
echo -e "${YELLOW} 🌐 Removendo Service...${NC}"
|
||||
oc delete -f k8s/service.yaml --ignore-not-found=true
|
||||
|
||||
# Remover DaemonSet
|
||||
echo -e "${YELLOW} 📦 Removendo DaemonSet...${NC}"
|
||||
oc delete -f k8s/daemonset.yaml --ignore-not-found=true
|
||||
# Remover Deployment
|
||||
echo -e "${YELLOW} 📦 Removendo Deployment...${NC}"
|
||||
oc delete -f k8s/deployment.yaml --ignore-not-found=true
|
||||
|
||||
# Aguardar pods serem removidos
|
||||
echo -e "${YELLOW} ⏳ Aguardando pods serem removidos...${NC}"
|
||||
|
||||
Reference in New Issue
Block a user