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
31dc1a84
Commit
31dc1a84
authored
Aug 05, 2019
by
Ľuboslav Pivarč
Browse files
Update .gitlab-ci.yml, cbioondemandK8S/src/main/resources/cbio-replicaset.yml files
parent
3947e69f
Pipeline
#21646
passed with stages
in 18 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
31dc1a84
...
...
@@ -18,8 +18,8 @@ API docker image build:
<<
:
*docker-login
image
:
docker:latest
script
:
-
docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_
REF_NAME
}" ./cbioondemandK8S
-
docker push "$CI_REGISTRY_IMAGE:${CI_COMMIT_
REF_NAME
}"
-
docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_
SHA
}" ./cbioondemandK8S
-
docker push "$CI_REGISTRY_IMAGE:${CI_COMMIT_
SHA
}"
only
:
refs
:
-
master
...
...
@@ -31,7 +31,7 @@ API Kube deploy:
variables
:
NAMESPACE
:
cbio-on-demand
script
:
-
sed -i "s^__IMAGE__^${CI_REGISTRY_IMAGE}:${CI_COMMIT_
REF_NAME
}^" ./k8s/deployment.yml
-
sed -i "s^__IMAGE__^${CI_REGISTRY_IMAGE}:${CI_COMMIT_
SHA
}^" ./k8s/deployment.yml
-
sed -i "s^__NAMESPACE__^${NAMESPACE}^" ./k8s/deployment.yml ./k8s/service.yml
-
kubectl version
-
kubectl get pods -n cbio-on-demand
...
...
cbioondemandK8S/src/main/resources/cbio-replicaset.yml
View file @
31dc1a84
...
...
@@ -32,7 +32,7 @@ spec:
-
name
:
dataloding
containers
:
-
name
:
cbio
image
:
lpivo/cbioportal:tr8
image
:
registry.gitlab.ics.muni.cz:443/europdx/k8s/cbio-on-demand/data-loading:app32a8fb32ad9831d51a829bb4583375b21ba511e1
ports
:
-
name
:
http
containerPort
:
8080
...
...
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