Skip to content

Commit

Permalink
Fix the inconsistent rpc socket port with assigned port in vineyard w…
Browse files Browse the repository at this point in the history
…orker. (#4141)

Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji authored May 29, 2024
1 parent 423832a commit 1e71256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/vineyard/templates/worker/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ spec:
- "{{ default "/vineyard" (index .Values.worker.options "etcd.prefix") }}"
- --etcd_endpoint
- "{{ include "vineyard.master.endpoint" . }}"
- --rpc_socket_port
- "{{ int .Values.worker.ports.rpc }}"
{{- if eq (include "vineyard.checkTieredStore" .) "true" }}
- --spill_path
- "{{ include "vineyard.spill.path" . }}"
Expand Down

0 comments on commit 1e71256

Please sign in to comment.