diff --git a/manifests/00-system-stuff/gateway.yaml b/manifests/00-system-stuff/gateway.yaml index 1172c5a..41c9bc4 100644 --- a/manifests/00-system-stuff/gateway.yaml +++ b/manifests/00-system-stuff/gateway.yaml @@ -29,3 +29,15 @@ spec: # allowedRoutes: # kinds: # - kind: TCPRoute + - protocol: TCP + port: 11181 + name: tcp-gw + # allowedRoutes: + # namespaces: + # from: All + allowedRoutes: + kinds: + - kind: TCPRoute + namespaces: + from: All +