Skip to content

Commit

Permalink
Move the tolerances of graphscope-store charts to the global scope (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Oct 24, 2022
1 parent 37fa85a commit 1b312af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/graphscope-store/templates/test/test-rpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
{{- end }}
containers:
- name: python
image: python:3.9.9-alpine3.14
image: registry.hub.docker.com/library/python:3.9.9-alpine3.14
env:
- name: frontend
value: {{ include "graphscope-store.frontend.fullname" . }}.{{ .Release.Namespace }}
Expand All @@ -36,7 +36,7 @@ spec:
{{- end }}
containers:
- name: python
image: python:3.9.9-alpine3.14
image: registry.hub.docker.com/library/python:3.9.9-alpine3.14
env:
- name: frontend
value: {{ include "graphscope-store.frontend.fullname" . }}.{{ .Release.Namespace }}
Expand Down
25 changes: 5 additions & 20 deletions charts/graphscope-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ persistence:
##
storageClass: ""

## Tolerations for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Name of existing ConfigMap with GraphScope configuration.
## NOTE: When it's set the 'configuration' parameter is ignored
##
Expand Down Expand Up @@ -154,11 +159,6 @@ store:
##
affinity: {}

## Tolerations for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Node labels for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
Expand Down Expand Up @@ -308,11 +308,6 @@ frontend:
##
affinity: {}

## Tolerations for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Node labels for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
Expand Down Expand Up @@ -457,11 +452,6 @@ ingestor:
##
affinity: {}

## Tolerations for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Node labels for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
Expand Down Expand Up @@ -569,11 +559,6 @@ coordinator:
##
affinity: {}

## Tolerations for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Node labels for GraphScope store pods assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
Expand Down

0 comments on commit 1b312af

Please sign in to comment.