fix(ci): bypass DNS for clone — use Gitea ClusterIP directly

All pipeline files now specify clone.git.settings.remote with the
Gitea service ClusterIP (10.43.73.77:3000) instead of relying on
DNS resolution of gitea-service.git-server.svc.cluster.local.

This permanently fixes the intermittent DNS resolution failures
that occur when multiple build pipelines clone simultaneously.
This commit is contained in:
Celes Renata
2026-07-11 05:36:41 +00:00
parent 5bd5c521dc
commit 81ed2f0803
5 changed files with 26 additions and 0 deletions
+6
View File
@@ -8,6 +8,12 @@ when:
event: push
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
remote: http://10.43.73.77:3000/admin/stonks-oracle.git
steps:
integration-test:
image: registry.celestium.life/dockerhub-cache/alpine/k8s:1.30.2