feat: add default gateway configuration and fleet bundle for kgateway-system
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user