From 97b34558baf4e69528bb4d6938f3442e24dd90f0 Mon Sep 17 00:00:00 2001 From: Peixian Wang Date: Sun, 25 May 2025 22:59:52 -0400 Subject: [PATCH] Remove default public ip --- charts/whatsapp-proxy-chart/templates/service.yaml | 2 ++ charts/whatsapp-proxy-chart/values.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/whatsapp-proxy-chart/templates/service.yaml b/charts/whatsapp-proxy-chart/templates/service.yaml index 6e4d69f..512e869 100644 --- a/charts/whatsapp-proxy-chart/templates/service.yaml +++ b/charts/whatsapp-proxy-chart/templates/service.yaml @@ -15,6 +15,8 @@ metadata: spec: type: {{ .Values.service.type }} + loadBalancerClass: service.k8s.aws/nlb + ports: {{- if .Values.service.http_proxy_port }} - port: {{ .Values.service.http_proxy_port }} diff --git a/charts/whatsapp-proxy-chart/values.yaml b/charts/whatsapp-proxy-chart/values.yaml index e9426b9..99d36cc 100644 --- a/charts/whatsapp-proxy-chart/values.yaml +++ b/charts/whatsapp-proxy-chart/values.yaml @@ -15,8 +15,6 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "latest" -public_ip: "10.0.0.1" - imagePullSecrets: {} nameOverride: "" fullnameOverride: ""