fix: Replace Ingress with HTTPRoute (Gateway API)

Switch from Ingress to HTTPRoute for Gateway API compatibility.

Changes:
- Remove k8s/ingress.yaml
- Add k8s/httproute.yaml with Gateway API configuration
- Update kustomization.yaml to reference httproute.yaml
- Update README.md references from Ingress to HTTPRoute

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-15 08:23:56 -05:00
parent c7a7e8bd12
commit 2c80117602
4 changed files with 22 additions and 29 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ kubectl port-forward statefulset/antigravity 5800:5800
open http://localhost:5800
```
Or configure Ingress for external access.
Or configure HTTPRoute (Gateway API) for external access via your domain.
## Environment Variables