diff --git a/charts/mande/Chart.yaml b/charts/mande/Chart.yaml index d8dc394..f64df05 100644 --- a/charts/mande/Chart.yaml +++ b/charts/mande/Chart.yaml @@ -20,7 +20,7 @@ version: 0.5.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.34.0 +appVersion: 0.34.1 maintainers: - name: deshetti diff --git a/charts/mande/templates/server/service.yaml b/charts/mande/templates/server/service.yaml index 3eddfee..72098d4 100644 --- a/charts/mande/templates/server/service.yaml +++ b/charts/mande/templates/server/service.yaml @@ -36,4 +36,10 @@ spec: protocol: TCP {{- if .Values.server.service.ip.portName }} name: {{ .Values.server.service.ip.portName }} - {{- end }} \ No newline at end of file + {{- end }} + - port: {{ .Values.server.service.wf.port }} + targetPort: 8005 + protocol: TCP + {{- if .Values.server.service.wf.portName }} + name: {{ .Values.server.service.wf.portName }} + {{- end }} \ No newline at end of file diff --git a/charts/mande/values.yaml b/charts/mande/values.yaml index 2d13a15..ffc4b89 100644 --- a/charts/mande/values.yaml +++ b/charts/mande/values.yaml @@ -140,7 +140,10 @@ server: ip: port: 8004 portName: http-ip - + + wf: + port: 8005 + portName: http-wf metrics: enabled: true