summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-01-15 18:03:39 +0100
committerMatthias Beyer <matthias.beyer@ifm.com>2022-02-14 16:04:54 +0100
commit754d57f6dd4913aad1237b1710092eecea713242 (patch)
tree1affc42f6c5cfa652fa3205dc2c10e2639153728
parent4b1ee1930548789b7a315474c93a350fb8db8c5b (diff)
kind: Remove port mappings, as we do not need networking to the outside world yet
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--examples/nix/deploy-to-kind.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/nix/deploy-to-kind.nix b/examples/nix/deploy-to-kind.nix
index 23ccc3bf..0767b3ce 100644
--- a/examples/nix/deploy-to-kind.nix
+++ b/examples/nix/deploy-to-kind.nix
@@ -16,13 +16,6 @@ let
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
- extraPortMappings:
- - containerPort: 80
- hostPort: 8080
- protocol: TCP
- - containerPort: 443
- hostPort: 8443
- protocol: TCP
'';
loadImages = imgs: