Update deploy.yaml.template

This commit is contained in:
John Hanzu Kim 2025-06-17 10:30:07 +09:00 committed by GitHub
parent eb08aed281
commit 9b42ff2e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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