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
ba7e8a31
Commit
ba7e8a31
authored
Aug 15, 2019
by
Ľuboslav Pivarč
Browse files
added namespace conf
parent
ad5e804e
Pipeline
#22340
passed with stages
in 16 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/java/cz/muni/ics/edirex/cbioondemandK8S/service/KubernetesImpl.java
View file @
ba7e8a31
...
...
@@ -37,7 +37,7 @@ public class KubernetesImpl implements CBioOnDemandService {
private
V1beta1CronJob
cronJob
;
private
IdentifierCRD
identifier
;
@Value
(
value
=
"${edirex.ics.muni.cz.cbio-on-demand.api
:cbio-on-demand}"
)
@Value
(
"${namespace
:cbio-on-demand}"
)
private
final
String
NAMESPACE
=
"cbio-on-demand"
;
private
final
String
APP_LABELS
=
"app=cbio, type=ondemand"
;
private
final
String
DB_LABELS
=
"app=cbioDB, type=ondemand"
;
...
...
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