File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed
charts/whatsapp-proxy-chart Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 5454 {{- end}}
5555 {{- if .Values.service.stats_port }}
5656 - port : {{ .Values.service.stats_port }}
57- targetPort : {{ .Values.service.stats_port }}
57+ targetPort : 8199
5858 protocol : TCP
5959 name : stats
6060 {{- end}}
61+ {{- if .Values.service.media_port }}
62+ - port : {{ .Values.service.media_port }}
63+ targetPort : 587
64+ protocl : TCP
65+ name : media
66+ {{- end}}
67+
68+ {{- if .Values.service.media_proxy_port }}
69+ - port : {{ .Values.service.media_proxy_port }}
70+ targetPort : 7777
71+ protocl : TCP
72+ name : media
73+ {{- end}}
74+
75+
6176 selector :
6277 {{- include "whatsapp-proxy-chart.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -48,15 +48,17 @@ securityContext: {}
4848 # runAsUser: 1000
4949
5050service :
51- type : ClusterIP
51+ type : LoadBalancer
5252 annotations : {}
5353 port : 8080
54- # http_port: 80
55- # https_port: 443
56- # jabber_port: 5222
57- http_proxy_port : 8080
58- https_proxy_port : 8443
59- jabber_proxy_port : 8222
54+ http_port : 80
55+ https_port : 443
56+ jabber_port : 5222
57+ media_port : 587
58+ # http_proxy_port: 8080
59+ # https_proxy_port: 8443
60+ # jabber_proxy_port: 8222
61+ # media_proxy_port: 7777
6062 # stats_port: 8199
6163
6264ingress :
You can’t perform that action at this time.
0 commit comments