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
6e6d1eda
Commit
6e6d1eda
authored
Jun 18, 2019
by
Ľuboslav Pivarč
Browse files
comment cbio-proxy-api
parent
9ad58c14
Changes
2
Hide whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/java/cz/muni/ics/edirex/cbioondemandK8S/service/KubernetesImpl.java
View file @
6e6d1eda
...
...
@@ -25,7 +25,7 @@ import java.util.UUID;
public
class
KubernetesImpl
implements
CBioOnDemandService
{
static
final
long
ONE_MINUTE_IN_MILLIS
=
60000
;
private
static
final
long
FIVE_MINUTES
=
60
*
5
;
private
final
long
HOUR
=
ONE_MINUTE_IN_MILLIS
*
1
0
;
private
final
long
HOUR
=
ONE_MINUTE_IN_MILLIS
*
6
0
;
private
KubernetesCalls
api
;
private
RoutingAAI
routing
;
...
...
cbioondemandK8S/src/main/resources/application.properties
View file @
6e6d1eda
...
...
@@ -4,4 +4,4 @@ management.endpoint.loggers.enabled=true
#
proxy.api.url
=
http://localhost:8081/
#
proxy.api.url=http://localhost:8081/
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