DevOps
This commit is contained in:
@@ -69,6 +69,10 @@ spec:
|
||||
env:
|
||||
- name: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||
value: "file:/opt/app/config/application.yaml"
|
||||
- name: JAVA_OPTS
|
||||
value: "-XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0"
|
||||
- name: JAVA_ARGS
|
||||
value: -Dspring.profiles.active=prod
|
||||
volumeMounts:
|
||||
- mountPath: '/opt/app/config'
|
||||
name: application-properties-volume
|
||||
|
||||
Reference in New Issue
Block a user