From dff188bbd2db07c5ce6e4502cd6200fa0260db0b Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 27 Jul 2022 17:26:56 +0200 Subject: [PATCH] changed loadbalancer ports --- ci/k3d-fcos-dev.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/k3d-fcos-dev.yaml b/ci/k3d-fcos-dev.yaml index 2881e62..6adda2f 100644 --- a/ci/k3d-fcos-dev.yaml +++ b/ci/k3d-fcos-dev.yaml @@ -4,13 +4,12 @@ kind: Simple image: docker.io/rancher/k3s:v1.23.8-k3s1 servers: 1 agents: 2 -# network: fcos-dev-net subnet: "172.23.0.0/16" ports: - - port: 8080:80 + - port: 80:80 nodeFilters: - loadbalancer - - port: 8443:443 + - port: 443:443 nodeFilters: - loadbalancer - port: 6443:6443