Funk-lab/k8s/apps/searxng
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
..
configmap.yaml feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
deployment.yaml fix(searxng): crash port — enableServiceLinks:false + port/bind explicites (#50) 2026-06-22 22:50:46 +02:00
ingress.yaml feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00
service.yaml feat(stt): recherche web (SearXNG in-cluster) + fix cluster_status (#49) 2026-06-22 22:10:59 +02:00