Skip to content

Commit

Permalink
Merge pull request #216 from CHZZK-Study/dev
Browse files Browse the repository at this point in the history
[feat/monitoring] k8s 모니터링 설정 추가
  • Loading branch information
HongYeseul authored Oct 30, 2024
2 parents 3be6295 + 1235de7 commit 7a65d1b
Showing 1 changed file with 4 additions and 0 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

0 comments on commit 7a65d1b

Please sign in to comment.