Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
API
Commits
6d258fb1
Commit
6d258fb1
authored
Sep 04, 2019
by
Ľuboslav Pivarč
Browse files
Node affinity & tolerations
parent
8ce16366
Pipeline
#23698
failed with stages
in 16 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/resources/cbio-replicaset.yml
View file @
6d258fb1
...
...
@@ -28,6 +28,20 @@ spec:
# generated by API unique for user
#instance: "1"
spec
:
tolerations
:
-
effect
:
NoSchedule
key
:
edirex
operator
:
Equal
value
:
cbio
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
key
:
edirex
operator
:
In
values
:
-
cbio
initContainers
:
-
name
:
wait-for-db
image
:
lpivo/wait_for_db:tr2
...
...
cbioondemandK8S/src/main/resources/cbiodb-replicaset.yml
View file @
6d258fb1
...
...
@@ -28,6 +28,20 @@ spec:
# generated by API unique for user
#instance: "1"
spec
:
tolerations
:
-
effect
:
NoSchedule
key
:
edirex
operator
:
Equal
value
:
cbio
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
key
:
edirex
operator
:
In
values
:
-
cbio
containers
:
-
name
:
cbio
image
:
lpivo/cbiodb:v1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment