Skip to content

Commit

Permalink
Add numOfHosts to helm-chart template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaoleary committed Mar 7, 2024
1 parent a5698e8 commit 2b3e240
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 2b3e240

Please sign in to comment.