Skip to content

Commit

Permalink
feat(monitoring): 프로메테우스 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HongYeseul committed Oct 30, 2024
1 parent 0f447bf commit cab9a27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions k8s/release/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ spec:
metadata:
labels:
app: spring-boot-app
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/path: /actuator/prometheus
spec:
containers:
- name: spring-boot-app
Expand Down
16 changes: 0 additions & 16 deletions k8s/release/monitoring.yaml

This file was deleted.

0 comments on commit cab9a27

Please sign in to comment.