DevOps
This commit is contained in:
@@ -69,6 +69,10 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: SPRING_CONFIG_ADDITIONAL_LOCATION
|
- name: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||||
value: "file:/opt/app/config/application.yaml"
|
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:
|
volumeMounts:
|
||||||
- mountPath: '/opt/app/config'
|
- mountPath: '/opt/app/config'
|
||||||
name: application-properties-volume
|
name: application-properties-volume
|
||||||
|
|||||||
Reference in New Issue
Block a user