mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
This reverts commit 208d997414
.
This commit is contained in:
parent
7a0b8982f3
commit
b6443f9ec8
4 changed files with 0 additions and 17 deletions
|
@ -62,8 +62,4 @@ spec:
|
|||
limits:
|
||||
memory: 2Gi
|
||||
cpu: 1
|
||||
{{- if .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
@ -63,9 +63,5 @@ spec:
|
|||
limits:
|
||||
memory: 2Gi
|
||||
cpu: 1
|
||||
{{- if .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
|
|
@ -76,10 +76,6 @@ spec:
|
|||
{{- if .GPU }}
|
||||
nvidia.com/gpu: {{ .GPU }}
|
||||
{{- end }}
|
||||
{{- if .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
||||
{{- end }}
|
||||
{{- if .nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml .nodeSelector | nindent 12 }}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# Default values for Ray.
|
||||
|
||||
## Reference to one or more secrets to be used when pulling images
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
imagePullSecrets: []
|
||||
# - name: "image-pull-secret"
|
||||
|
||||
# RayCluster settings:
|
||||
|
||||
# image is Ray image to use for the head and workers of this Ray cluster.
|
||||
|
|
Loading…
Add table
Reference in a new issue