mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
백엔드 배포 가이드 작업 중간 저장
This commit is contained in:
+1
-3
@@ -50,9 +50,7 @@ public class SecurityConfig {
|
||||
.authorizeHttpRequests(authz -> authz
|
||||
// Public endpoints (인증 불필요)
|
||||
.requestMatchers(
|
||||
"/actuator/health",
|
||||
"/actuator/info",
|
||||
"/actuator/prometheus",
|
||||
"/actuator/**",
|
||||
"/v3/api-docs/**",
|
||||
"/api-docs/**",
|
||||
"/swagger-ui/**",
|
||||
|
||||
@@ -83,7 +83,7 @@ jwt:
|
||||
access-token-validity: ${JWT_ACCESS_TOKEN_VALIDITY:1800000}
|
||||
refresh-token-validity: ${JWT_REFRESH_TOKEN_VALIDITY:86400000}
|
||||
|
||||
# Management & Actuator
|
||||
# Actuator
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
@@ -92,28 +92,12 @@ management:
|
||||
base-path: /actuator
|
||||
endpoint:
|
||||
health:
|
||||
show-details: when-authorized
|
||||
show-details: always
|
||||
show-components: always
|
||||
health:
|
||||
circuitbreakers:
|
||||
livenessState:
|
||||
enabled: true
|
||||
redis:
|
||||
enabled: true
|
||||
metrics:
|
||||
export:
|
||||
prometheus:
|
||||
enabled: true
|
||||
distribution:
|
||||
percentiles-histogram:
|
||||
http.server.requests: true
|
||||
percentiles:
|
||||
http.server.requests: 0.5, 0.95, 0.99
|
||||
slo:
|
||||
http.server.requests: 50ms, 100ms, 200ms, 300ms, 500ms, 1s
|
||||
info:
|
||||
git:
|
||||
mode: full
|
||||
build:
|
||||
readinessState:
|
||||
enabled: true
|
||||
|
||||
# OpenAPI/Swagger 설정
|
||||
|
||||
Reference in New Issue
Block a user