This commit is contained in:
2026-02-19 19:55:05 -05:00
parent 7003d860b7
commit dfc0a3c1e3
10 changed files with 169 additions and 153 deletions
+20
View File
@@ -0,0 +1,20 @@
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: antigravity
spec:
parentRefs:
- name: external
namespace: gateway-system
hostnames:
- ${FQDN}
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: antigravity
port: 5800
weight: 1