Skip to content

Commit b4fe2a4

Browse files
committed
change to NLB instead of a classic LB
1 parent 217e934 commit b4fe2a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
{{- if .Values.service.media_proxy_port }}
6969
- port: {{ .Values.service.media_proxy_port }}
7070
targetPort: 7777
71-
protocl: TCP
71+
protocol: TCP
7272
name: media
7373
{{- end}}
7474

charts/whatsapp-proxy-chart/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ securityContext: {}
4949

5050
service:
5151
type: LoadBalancer
52-
annotations: {}
52+
annotations:
53+
service.beta.kubernetes.io/aws-load-balancer-type: nlb
5354
port: 8080
5455
http_port: 80
5556
https_port: 443

0 commit comments

Comments
 (0)