Skip to content

Commit 93a59c8

Browse files
authored
[Cherry-pick][Fix][HelmChart] Move service.headService -> head.headService in values.yaml (#1998) (#2019)
1 parent 2273812 commit 93a59c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

helm-chart/ray-cluster/values.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ head:
106106
# container command for head Pod.
107107
command: []
108108
args: []
109+
# Optional, for the user to provide any additional fields to the service.
110+
# See https://pkg.go.dev/k8s.io/Kubernetes/pkg/api/v1#Service
111+
headService: {}
112+
# metadata:
113+
# annotations:
114+
# prometheus.io/scrape: "true"
109115

110116

111117
worker:
@@ -230,6 +236,3 @@ additionalWorkerGroups:
230236
service:
231237
# This is optional, and the default is ClusterIP.
232238
type: ClusterIP
233-
# Optional, for the user to provide any additional fields to the service.
234-
# See https://pkg.go.dev/k8s.io/Kubernetes/pkg/api/v1#Service
235-
headService: {}

0 commit comments

Comments
 (0)