diff --git a/05-default-gateway/templates/default-gateway.yaml b/05-default-gateway/templates/default-gateway.yaml new file mode 100644 index 0000000..40f64cb --- /dev/null +++ b/05-default-gateway/templates/default-gateway.yaml @@ -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