13f1878ce5
- Change hostname from antigravity.dev.farh.net to antigravity.farh.net to match the gateway's *.farh.net listener - Set SECURE_CONNECTION=0 since TLS is terminated at the gateway, avoiding the redirect loop caused by the app doing its own HTTP->HTTPS redirect Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
21 lines
350 B
YAML
21 lines
350 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: antigravity
|
|
spec:
|
|
parentRefs:
|
|
- name: external
|
|
namespace: gateway-system
|
|
hostnames:
|
|
- "antigravity.farh.net"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: antigravity
|
|
port: 5800
|
|
weight: 1
|