Skip to content

Commit

Permalink
CORE-17476 Reverting port 7000 name to monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-millar committed Oct 6, 2023
1 parent 6a89c47 commit 9072689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/corda-lib/templates/_worker.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
ports:
- protocol: TCP
port: {{ include "corda.workerServicePort" . }}
targetPort: "worker"
targetPort: "monitor"
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -373,7 +373,7 @@ spec:
- name: http
containerPort: {{ $optionalArgs.httpPort }}
{{- end }}
- name: worker
- name: monitor
containerPort: 7000
{{- if .profiling.enabled }}
- name: profiling
Expand Down

0 comments on commit 9072689

Please sign in to comment.