Skip to content

Commit c2310c2

Browse files
committed
Remove default public ip
1 parent ccb8989 commit c2310c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/whatsapp-proxy-chart/templates/service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ metadata:
1515

1616
spec:
1717
type: {{ .Values.service.type }}
18+
loadBalancerClass: service.k8s.aws/nlb
19+
1820
ports:
1921
{{- if .Values.service.http_proxy_port }}
2022
- port: {{ .Values.service.http_proxy_port }}

charts/whatsapp-proxy-chart/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ image:
1515
# Overrides the image tag whose default is the chart appVersion.
1616
tag: "latest"
1717

18-
public_ip: "10.0.0.1"
19-
2018
imagePullSecrets: {}
2119
nameOverride: ""
2220
fullnameOverride: ""

0 commit comments

Comments
 (0)