This commit is contained in:
2026-05-17 19:04:44 +03:00
parent 08d1c91fc2
commit a7769f6cfe
@@ -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