From a4b9c2e4c05046f44b0001f01b566d6a06c02d06 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:26:50 +1000 Subject: [PATCH] add kfk --- manifests/00-system-stuff/gateway.yaml | 6 ++++++ manifests/{04-httproutes => 04-routes}/httproute-dashy.yaml | 0 .../httproute-flask-htmx-board-dev.yaml | 0 .../httproute-flask-htmx-board-master.yaml | 0 .../httproute-flask-htmx-board-our-style.yaml | 0 .../{04-httproutes => 04-routes}/httproute-harbor.yaml | 0 .../{04-httproutes => 04-routes}/httproute-hubble.yaml | 0 .../{04-httproutes => 04-routes}/httproute-longhorn.yaml | 0 .../{04-httproutes => 04-routes}/httproute-rancher.yaml | 0 manifests/{04-httproutes => 04-routes}/httproute-weave.yaml | 0 manifests/04-routes/tcproute-kafka.yaml | 0 11 files changed, 6 insertions(+) rename manifests/{04-httproutes => 04-routes}/httproute-dashy.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-flask-htmx-board-dev.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-flask-htmx-board-master.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-flask-htmx-board-our-style.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-harbor.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-hubble.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-longhorn.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-rancher.yaml (100%) rename manifests/{04-httproutes => 04-routes}/httproute-weave.yaml (100%) create mode 100644 manifests/04-routes/tcproute-kafka.yaml diff --git a/manifests/00-system-stuff/gateway.yaml b/manifests/00-system-stuff/gateway.yaml index d3c1ff8..384fa79 100644 --- a/manifests/00-system-stuff/gateway.yaml +++ b/manifests/00-system-stuff/gateway.yaml @@ -20,3 +20,9 @@ spec: allowedRoutes: namespaces: from: All + - protocol: TCP + port: 80 + name: tcp-gw + allowedRoutes: + namespaces: + from: All diff --git a/manifests/04-httproutes/httproute-dashy.yaml b/manifests/04-routes/httproute-dashy.yaml similarity index 100% rename from manifests/04-httproutes/httproute-dashy.yaml rename to manifests/04-routes/httproute-dashy.yaml diff --git a/manifests/04-httproutes/httproute-flask-htmx-board-dev.yaml b/manifests/04-routes/httproute-flask-htmx-board-dev.yaml similarity index 100% rename from manifests/04-httproutes/httproute-flask-htmx-board-dev.yaml rename to manifests/04-routes/httproute-flask-htmx-board-dev.yaml diff --git a/manifests/04-httproutes/httproute-flask-htmx-board-master.yaml b/manifests/04-routes/httproute-flask-htmx-board-master.yaml similarity index 100% rename from manifests/04-httproutes/httproute-flask-htmx-board-master.yaml rename to manifests/04-routes/httproute-flask-htmx-board-master.yaml diff --git a/manifests/04-httproutes/httproute-flask-htmx-board-our-style.yaml b/manifests/04-routes/httproute-flask-htmx-board-our-style.yaml similarity index 100% rename from manifests/04-httproutes/httproute-flask-htmx-board-our-style.yaml rename to manifests/04-routes/httproute-flask-htmx-board-our-style.yaml diff --git a/manifests/04-httproutes/httproute-harbor.yaml b/manifests/04-routes/httproute-harbor.yaml similarity index 100% rename from manifests/04-httproutes/httproute-harbor.yaml rename to manifests/04-routes/httproute-harbor.yaml diff --git a/manifests/04-httproutes/httproute-hubble.yaml b/manifests/04-routes/httproute-hubble.yaml similarity index 100% rename from manifests/04-httproutes/httproute-hubble.yaml rename to manifests/04-routes/httproute-hubble.yaml diff --git a/manifests/04-httproutes/httproute-longhorn.yaml b/manifests/04-routes/httproute-longhorn.yaml similarity index 100% rename from manifests/04-httproutes/httproute-longhorn.yaml rename to manifests/04-routes/httproute-longhorn.yaml diff --git a/manifests/04-httproutes/httproute-rancher.yaml b/manifests/04-routes/httproute-rancher.yaml similarity index 100% rename from manifests/04-httproutes/httproute-rancher.yaml rename to manifests/04-routes/httproute-rancher.yaml diff --git a/manifests/04-httproutes/httproute-weave.yaml b/manifests/04-routes/httproute-weave.yaml similarity index 100% rename from manifests/04-httproutes/httproute-weave.yaml rename to manifests/04-routes/httproute-weave.yaml diff --git a/manifests/04-routes/tcproute-kafka.yaml b/manifests/04-routes/tcproute-kafka.yaml new file mode 100644 index 0000000..e69de29