Skip to content
GitLab
Menu
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
b987e51a
Commit
b987e51a
authored
Nov 01, 2019
by
Ľuboslav Pivarč
Browse files
dev
parents
548b40f0
50238249
Pipeline
#27816
passed with stages
in 19 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/java/cz/muni/ics/edirex/cbioondemandK8S/service/KubernetesAPI.java
View file @
b987e51a
...
...
@@ -48,7 +48,6 @@ public class KubernetesAPI implements KubernetesCalls{
public
KubernetesAPI
()
throws
IOException
{
ApiClient
client
=
Config
.
defaultClient
();
client
.
setDebugging
(
true
);
Configuration
.
setDefaultApiClient
(
client
);
api
=
new
CoreV1Api
(
client
);
appsApi
=
new
AppsV1Api
(
client
);
...
...
cbioondemandK8S/src/main/resources/cbio-replicaset.yml
View file @
b987e51a
...
...
@@ -48,10 +48,10 @@ spec:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
matchExpressions
:
-
key
:
edirex
operator
:
In
values
:
values
:
-
cbio
initContainers
:
-
name
:
wait-for-db
...
...
@@ -64,7 +64,7 @@ spec:
-
name
:
dataloding
containers
:
-
name
:
cbio
image
:
registry.gitlab.ics.muni.cz:443/europdx/k8s/cbio-on-demand/data-loading:
beta-app-7c7009eb5d28a028248282dc0812d9d0a5101fff
image
:
registry.gitlab.ics.muni.cz:443/europdx/k8s/cbio-on-demand/data-loading:
master-app-b72064c4cfaaa4c307183ea0b85349fe55d85574
ports
:
-
name
:
http
containerPort
:
8080
...
...
@@ -95,4 +95,3 @@ spec:
requests
:
memory
:
"
1400Mi"
cpu
:
"
1000m"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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