We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217e934 commit b4fe2a4Copy full SHA for b4fe2a4
charts/whatsapp-proxy-chart/templates/service.yaml
@@ -68,7 +68,7 @@ spec:
68
{{- if .Values.service.media_proxy_port }}
69
- port: {{ .Values.service.media_proxy_port }}
70
targetPort: 7777
71
- protocl: TCP
+ protocol: TCP
72
name: media
73
{{- end}}
74
charts/whatsapp-proxy-chart/values.yaml
@@ -49,7 +49,8 @@ securityContext: {}
49
50
service:
51
type: LoadBalancer
52
- annotations: {}
+ annotations:
53
+ service.beta.kubernetes.io/aws-load-balancer-type: nlb
54
port: 8080
55
http_port: 80
56
https_port: 443
0 commit comments