Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 15s

This commit is contained in:
lory 2026-09-04 16:02:43 +00:00
parent 66a29dabf2
commit 9560566bee

View File

@ -18,6 +18,11 @@ jobs:
run: | run: |
docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest . docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest .
- name: Installer Kubectl
run: |
wget -qO /usr/local/bin/kubectl https://dl.k8s.io/release/v1.30.0/bin/linux/amd64/kubectl
chmod +x /usr/local/bin/kubectl
- name: Déployer sur Kubernetes - name: Déployer sur Kubernetes
run: | run: |
kubectl apply -f k8s-deployment.yaml kubectl apply -f k8s-deployment.yaml