Skip to content

Commit

Permalink
chore: Append actuator endpoints configs of application.yml into dev …
Browse files Browse the repository at this point in the history
…and prod profiles (#137)
  • Loading branch information
Kwon770 authored Jan 31, 2024
1 parent 4c79f90 commit 7a18285
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gateway/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ spring:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}

management:
endpoints:
web:
exposure:
include: health,info,prometheus
6 changes: 6 additions & 0 deletions gateway/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ logging:
springdoc:
api-docs:
enabled: false

management:
endpoints:
web:
exposure:
include: health,info,prometheus

0 comments on commit 7a18285

Please sign in to comment.