Skip to content

Commit

Permalink
MANDE: updated service template
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 committed Nov 22, 2024
1 parent 5c6d9fd commit 81dfd95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mande/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion charts/mande/templates/server/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ spec:
protocol: TCP
{{- if .Values.server.service.ip.portName }}
name: {{ .Values.server.service.ip.portName }}
{{- end }}
{{- end }}
- port: {{ .Values.server.service.wf.port }}
targetPort: 8005
protocol: TCP
{{- if .Values.server.service.wf.portName }}
name: {{ .Values.server.service.wf.portName }}
{{- end }}
5 changes: 4 additions & 1 deletion charts/mande/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ server:
ip:
port: 8004
portName: http-ip


wf:
port: 8005
portName: http-wf
metrics:
enabled: true

Expand Down

0 comments on commit 81dfd95

Please sign in to comment.