Skip to content

Commit

Permalink
[Cherry-pick] Add NumOfHosts to RayCluster helm-chart template (#1969) (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored Mar 15, 2024
1 parent d6b1538 commit c08d1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/ray-cluster/templates/raycluster-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ spec:
replicas: {{ $values.replicas }}
minReplicas: {{ $values.minReplicas | default 0 }}
maxReplicas: {{ $values.maxReplicas | default 2147483647 }}
numOfHosts: {{ $values.numOfHosts | default 1 }}
groupName: {{ $groupName }}
template:
spec:
Expand Down Expand Up @@ -205,6 +206,7 @@ spec:
replicas: {{ .Values.worker.replicas }}
minReplicas: {{ .Values.worker.minReplicas | default 0 }}
maxReplicas: {{ .Values.worker.maxReplicas | default 2147483647 }}
numOfHosts: {{ .Values.worker.numOfHosts | default 1 }}
groupName: {{ .Values.worker.groupName }}
template:
spec:
Expand Down

0 comments on commit c08d1ba

Please sign in to comment.