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:
+1
-1
@@ -8,7 +8,7 @@ spec:
|
||||
- name: external
|
||||
namespace: gateway-system
|
||||
hostnames:
|
||||
- "antigravity.dev.farh.net"
|
||||
- "antigravity.farh.net"
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: DISPLAY_HEIGHT
|
||||
value: "1080"
|
||||
- name: SECURE_CONNECTION
|
||||
value: "1"
|
||||
value: "0"
|
||||
- name: VNC_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user