searxng: add Gateway API routing info
This commit is contained in:
@@ -12,6 +12,17 @@ SearXNG 메타 검색 엔진. K3s 클러스터(searxng 네임스페이스)에 He
|
|||||||
- Helm chart: `searxng/searxng`
|
- Helm chart: `searxng/searxng`
|
||||||
- 설정 repo: `gitea.anvil.it.com/kaffa/k3s-config` → `searxng/`
|
- 설정 repo: `gitea.anvil.it.com/kaffa/k3s-config` → `searxng/`
|
||||||
- Values: `searxng/values.yaml`
|
- Values: `searxng/values.yaml`
|
||||||
|
- 라우팅: [[gateway-api|Gateway API]] HTTPRoute (Ingress 사용 안 함)
|
||||||
|
|
||||||
|
## 라우팅 (Gateway API)
|
||||||
|
|
||||||
|
HTTPRoute로 외부 노출. [[gateway-api]] 참조.
|
||||||
|
|
||||||
|
- Gateway: `traefik-gateway` (kube-system)
|
||||||
|
- Host: `searxng.inouter.com`
|
||||||
|
- Backend: `searxng:8080`
|
||||||
|
- TLS: Gateway 레벨에서 종료 (`wildcard-inouter-com-tls`)
|
||||||
|
- Helm values에서 `ingress.main.enabled: false` (Ingress 비활성)
|
||||||
|
|
||||||
## Google 차단 우회 (tlsproxy)
|
## Google 차단 우회 (tlsproxy)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user