mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 04:14:41 +02:00
ci(stt): images taguées par SHA + bump auto du manifest (fin du :latest)
La CI build l'image en sha-<commit> et, sur main, met à jour k8s/apps/stt/deployment.yaml avec ce tag (commit [skip ci]). ArgoCD redéploie alors une image immuable et déterministe — fini les races de timing et les 'kubectl rollout restart' manuels. permissions: contents write (pour le bump). :latest gardé en parallèle sur main (fallback). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013FmcxGsyXZXogiAHQLjnZT
This commit is contained in:
parent
815beaf37c
commit
036ad67654
4 changed files with 36 additions and 17 deletions
|
|
@ -43,7 +43,8 @@ curl -s localhost:8000/v1/ask -H 'content-type: application/json' -d '{"text":"b
|
|||
|
||||
## Déploiement
|
||||
|
||||
- Image construite/poussée par `.github/workflows/build-stt-server.yml` → `ghcr.io/alkatrazz24/funk-stt-server`.
|
||||
- Image construite/poussée par `.github/workflows/build-stt-server.yml`, taguée `sha-<commit>` ;
|
||||
sur `main` la CI bumpe le manifest avec ce tag → ArgoCD redéploie tout seul (déterministe).
|
||||
- Manifests : `k8s/apps/stt/` ; Application ArgoCD : `k8s/apps-of-apps/apps/stt.yaml` (depuis `main`).
|
||||
- Accès LiteLLM (hors cluster) : IP directe `192.168.10.1:4000` (même pattern qu'open-webui).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue