Fix hostname and TLS config for gateway

- 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>
This commit is contained in:
2026-02-19 18:01:52 -05:00
parent c01f85ef24
commit 13f1878ce5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
- name: external
namespace: gateway-system
hostnames:
- "antigravity.dev.farh.net"
- "antigravity.farh.net"
rules:
- matches:
- path:
+1 -1
View File
@@ -57,7 +57,7 @@ spec:
- name: DISPLAY_HEIGHT
value: "1080"
- name: SECURE_CONNECTION
value: "1"
value: "0"
- name: VNC_PASSWORD
valueFrom:
secretKeyRef: