Skip to content

Commit

Permalink
[CELEBORN-1830]Chart statefulset resources key duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-lpq committed Jan 10, 2025
1 parent df25129 commit 99b35e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions charts/celeborn/templates/master/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ spec:
echo "waiting for master";
sleep 2;
done && exec /opt/celeborn/sbin/start-master.sh
resources:
{{- toYaml .Values.resources.master | nindent 10 }}
ports:
- containerPort: {{ .Values.service.port }}
- containerPort: {{ get .Values.celeborn "celeborn.master.http.port" | default 9098 }}
Expand Down
2 changes: 0 additions & 2 deletions charts/celeborn/templates/worker/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ spec:
echo "waiting for master";
sleep 2;
done && exec /opt/celeborn/sbin/start-worker.sh
resources:
{{- toYaml .Values.resources.worker | nindent 10 }}
ports:
- containerPort: {{ get .Values.celeborn "celeborn.worker.http.port" | default 9096 }}
name: metrics
Expand Down

0 comments on commit 99b35e2

Please sign in to comment.