We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2273812 commit 93a59c8Copy full SHA for 93a59c8
helm-chart/ray-cluster/values.yaml
@@ -106,6 +106,12 @@ head:
106
# container command for head Pod.
107
command: []
108
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"
115
116
117
worker:
@@ -230,6 +236,3 @@ additionalWorkerGroups:
230
236
service:
231
237
# This is optional, and the default is ClusterIP.
232
238
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