Implement project updates and refactor related functionality
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m36s
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m36s
This commit is contained in:
@@ -48,6 +48,14 @@ spec:
|
||||
env:
|
||||
- name: SPRING_PROFILES_ACTIVE
|
||||
value: prod
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
- name: POD_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.name
|
||||
# ConfigMap을 jar 안의 설정보다 우선 적용한다.
|
||||
- name: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||
value: file:/opt/app/config/
|
||||
|
||||
Reference in New Issue
Block a user