This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
from 5e12b7d60 [CELEBORN-1921] Broadcast large GetReducerFileGroupResponse
to prevent Spark driver network exhausted
add 6e5bd2403 [CELEBORN-1952][HELM] Define template helpers for
master/worker respectively
No new revisions were added by this update.
Summary of changes:
charts/celeborn/templates/_helpers.tpl | 139 ---------------------
charts/celeborn/templates/master/_helpers.tpl | 91 ++++++++++++++
charts/celeborn/templates/master/podmonitor.yaml | 7 +-
.../celeborn/templates/master/priorityclass.yaml | 4 +-
charts/celeborn/templates/master/service.yaml | 13 +-
charts/celeborn/templates/master/statefulset.yaml | 17 ++-
charts/celeborn/templates/worker/_helpers.tpl | 113 +++++++++++++++++
charts/celeborn/templates/worker/podmonitor.yaml | 7 +-
.../celeborn/templates/worker/priorityclass.yaml | 4 +-
charts/celeborn/templates/worker/service.yaml | 11 +-
charts/celeborn/templates/worker/statefulset.yaml | 17 ++-
11 files changed, 239 insertions(+), 184 deletions(-)
create mode 100644 charts/celeborn/templates/master/_helpers.tpl
create mode 100644 charts/celeborn/templates/worker/_helpers.tpl