Skip to content

Commit

Permalink
add preemptive params in graphscope charts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed May 31, 2021
1 parent 28d4b3b commit 024a502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/graphscope/templates/coordinator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
- {{ .Release.Namespace }}
- "--k8s_service_type"
- {{ .Values.coordinator.service.type }}
- "--preemptive"
- {{ .Values.preemptive | quote }}
- "--k8s_gs_image"
{{- if .Values.engines.gae.image.tag }}
- "{{ .Values.engines.gae.image.name }}:{{ .Values.engines.gae.image.tag }}"
Expand Down
1 change: 1 addition & 0 deletions charts/graphscope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ volumes:
path: /testingdata
mounts:
- mountPath: /tmp/testingdata
preemptive: true


coordinator:
Expand Down

0 comments on commit 024a502

Please sign in to comment.