Funk-lab/k8s
ALI YESILKAYA dc7a2093ae
fix(searxng): crash port — enableServiceLinks:false + port/bind explicites (#50)
Le pod SearXNG crashait en boucle : granian recevait --port tcp://<ip>:8080
au lieu d'un entier. Cause classique k8s : le Service « searxng » fait injecter
l'env service-link SEARXNG_PORT=tcp://<clusterIP>:8080, que l'entrypoint SearXNG
lit comme port de bind.

- enableServiceLinks:false (coupe l'injection des env service-link, inutiles ici)
- SEARXNG_PORT=8080 + SEARXNG_BIND_ADDRESS=0.0.0.0 explicites (défense en profondeur)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:50:46 +02:00
..
apps fix(searxng): crash port — enableServiceLinks:false + port/bind explicites (#50) 2026-06-22 22:50:46 +02:00
apps-of-apps feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
argocd-bootstrap feat: bootstrap ArgoCD + structure GitOps k8s 2026-05-13 20:26:49 +02:00
infra chore(gpu-01): retire les serveurs llama CPU system/monitor/dev (inutilisés) (#31) 2026-06-20 13:25:50 +02:00