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
Kubernetes-Docker
Commits
858aa809
Commit
858aa809
authored
Jul 30, 2019
by
Ľuboslav Pivarč
Browse files
delete yaml/cbio-app duplicated (in API repo)
parent
99ee36dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
yaml/cbio-app/cbio-replicaset.yml
deleted
100644 → 0
View file @
99ee36dd
apiVersion
:
apps/v1
kind
:
ReplicaSet
metadata
:
generateName
:
cbio-on-demand
namespace
:
cbio-on-demand
labels
:
app
:
cbio
type
:
ondemand
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
cbio
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
template
:
metadata
:
labels
:
app
:
cbio
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
spec
:
containers
:
-
name
:
cbio
image
:
lpivo/cbioportal:test7
ports
:
-
name
:
http
containerPort
:
8080
env
:
-
name
:
DBHOST
# generated by API from service name
value
:
cbio-on-demand-dbpjvrw
-
name
:
IMPORT
value
:
/etc/data-loading/cbio-client.py
-
name
:
ID
# generated by API from user request
value
:
"
4"
-
name
:
MOVE
#generated by API from generated url
value
:
cbioportal
# lifecycle:
# postStart:
# exec:
# command: ["python3", "$IMPORT"]
yaml/cbio-app/cbio-service.yml
deleted
100644 → 0
View file @
99ee36dd
apiVersion
:
v1
kind
:
Service
metadata
:
generateName
:
cbio-on-demand
namespace
:
cbio-on-demand
labels
:
app
:
cbio
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
app
:
cbio
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
ports
:
-
port
:
80
targetPort
:
http
Write
Preview
Supports
Markdown
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