mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
Update deploy.yaml.template
This commit is contained in:
@@ -8,6 +8,10 @@ data:
|
|||||||
ALLOWED_ORIGINS: ${allowed_origins}
|
ALLOWED_ORIGINS: ${allowed_origins}
|
||||||
JPA_DDL_AUTO: update
|
JPA_DDL_AUTO: update
|
||||||
JPA_SHOW_SQL: 'true'
|
JPA_SHOW_SQL: 'true'
|
||||||
|
# 🔧 Actuator 보안 설정 추가
|
||||||
|
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: health,info
|
||||||
|
MANAGEMENT_ENDPOINT_HEALTH_SHOW_DETAILS: always
|
||||||
|
MANAGEMENT_SECURITY_ENABLED: 'false'
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
Reference in New Issue
Block a user