Skip to content

Commit

Permalink
helm-chart/ray-cluster: allow head autoscaling (ray-project#443)
Browse files Browse the repository at this point in the history
Also allow setting rayVersion

Signed-off-by: Christos Kotsis <[email protected]>
  • Loading branch information
ulfox authored Aug 9, 2022
1 parent 3033dd5 commit c802311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-chart/ray-cluster/templates/raycluster-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ metadata:
{{ include "ray-cluster.labels" . | indent 4 }}
name: {{ include "ray-cluster.fullname" . }}
spec:
{{- if .Values.head.rayVersion }}
rayVersion: {{ .Values.head.rayVersion }}
{{- end }}
{{- if .Values.head.enableInTreeAutoscaling }}
enableInTreeAutoscaling: {{ .Values.head.enableInTreeAutoscaling }}
{{- end }}
headGroupSpec:
serviceType: ClusterIP
rayStartParams:
Expand Down

0 comments on commit c802311

Please sign in to comment.