Skip to content

Commit

Permalink
change to NLB instead of a classic LB
Browse files Browse the repository at this point in the history
  • Loading branch information
peixian committed Feb 19, 2025
1 parent 217e934 commit b4fe2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/whatsapp-proxy-chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
{{- if .Values.service.media_proxy_port }}
- port: {{ .Values.service.media_proxy_port }}
targetPort: 7777
protocl: TCP
protocol: TCP
name: media
{{- end}}

Expand Down
3 changes: 2 additions & 1 deletion charts/whatsapp-proxy-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ securityContext: {}

service:
type: LoadBalancer
annotations: {}
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: nlb
port: 8080
http_port: 80
https_port: 443
Expand Down

0 comments on commit b4fe2a4

Please sign in to comment.