From c2310c2dd44f1c45a62d0d1f01cb223e40ef1080 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 6e4d69fe..512e869d 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 52bab0c0..2f0686a6 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: ""