Skip to content

Commit 68993be

Browse files
committed
Chore: Actuator 9091 분리 및 헬스체크/프로메테우스 타겟 수정(9091)
1 parent fb628f1 commit 68993be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
networks:
2323
- docsa_net
2424
healthcheck:
25-
test: ["CMD", "wget", "-qO-", "http://localhost:8080/actuator/health"]
25+
test: ["CMD", "wget", "-qO-", "http://localhost:9091/actuator/health"]
2626
interval: 30s
2727
timeout: 5s
2828
retries: 3

infra/prometheus/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scrape_configs:
77
- job_name: 'spring-app'
88
metrics_path: /actuator/prometheus
99
static_configs:
10-
- targets: ['docsa-app:8080']
10+
- targets: ['docsa-app:9091']
1111
labels: { app: docsa }
1212

1313
# 컨테이너 리소스

0 commit comments

Comments
 (0)