Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
b93e459c
Commit
b93e459c
authored
Feb 16, 2021
by
harshit aggarwal
Browse files
adding java_opts
parent
c1914ff5
Pipeline
#26849
passed with stages
in 18 minutes and 44 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
devops/azure/Dockerfile
0 → 100644
View file @
b93e459c
FROM
openjdk:8-jre-alpine
VOLUME
/tmp
ARG
JAR_FILE
COPY
${JAR_FILE} app.jar
ENTRYPOINT
exec java $JAVA_OPTS -jar /app.jar
\ No newline at end of file
devops/azure/chart/templates/deployment.yaml
View file @
b93e459c
...
...
@@ -114,3 +114,5 @@ spec:
value
:
"
32"
-
name
:
max_lock_renew_duration_seconds
value
:
"
2000"
-
name
:
JAVA_OPTS
value
:
"
-XX:InitialRAMPercentage=25.0
-XX:MaxRAMPercentage=50.0"
\ No newline at end of file
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