From c0d65a0afbdbe8189a59f2cbe23f82a3f4c29a2f Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 24 Jul 2024 22:31:57 +0800 Subject: [PATCH] Set NodePorts --- cilium/values.home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cilium/values.home.yaml b/cilium/values.home.yaml index 6609c60..1a1daa9 100644 --- a/cilium/values.home.yaml +++ b/cilium/values.home.yaml @@ -773,9 +773,9 @@ ingressController: # -- Service type for the shared LB service type: LoadBalancer # -- Configure a specific nodePort for insecure HTTP traffic on the shared LB service - insecureNodePort: ~ + insecureNodePort: 32577 # -- Configure a specific nodePort for secure HTTPS traffic on the shared LB service - secureNodePort : ~ + secureNodePort : 30604 # -- Configure a specific loadBalancerClass on the shared LB service (requires Kubernetes 1.24+) loadBalancerClass: ~ # -- Configure a specific loadBalancerIP on the shared LB service