mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 06:24:42 +02:00
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> |
||
|---|---|---|
| .. | ||
| apps | ||
| apps-of-apps | ||
| argocd-bootstrap | ||
| infra | ||