Commit 515e365 1 parent 05471d3 commit 515e365 Copy full SHA for 515e365
File tree 3 files changed +26
-9
lines changed
charts/whatsapp-proxy-chart
3 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
17
17
# This is the chart version. This version number should be incremented each time you make changes
18
18
# to the chart and its templates, including the app version.
19
19
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20
- version : 1.0.3
20
+ version : 1.1.0
21
21
22
22
# This is the version number of the application being deployed. This version number should be
23
23
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 54
54
{{- end}}
55
55
{{- if .Values.service.stats_port }}
56
56
- port : {{ .Values.service.stats_port }}
57
- targetPort : {{ .Values.service.stats_port }}
57
+ targetPort : 8199
58
58
protocol : TCP
59
59
name : stats
60
60
{{- 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
+
61
76
selector :
62
77
{{- include "whatsapp-proxy-chart.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -48,15 +48,17 @@ securityContext: {}
48
48
# runAsUser: 1000
49
49
50
50
service :
51
- type : ClusterIP
51
+ type : LoadBalancer
52
52
annotations : {}
53
53
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
60
62
# stats_port: 8199
61
63
62
64
ingress :
You can’t perform that action at this time.
0 commit comments