feat: add default gateway configuration and fleet bundle for kgateway-system

This commit is contained in:
2026-05-04 20:47:16 +02:00
parent 4e316bfc04
commit 163d11994a
@@ -0,0 +1,14 @@
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1
metadata:
name: http
namespace: kgateway-system
spec:
gatewayClassName: kgateway
listeners:
- protocol: HTTP
port: 80
name: http
allowedRoutes:
namespaces:
from: All