Skip to content

Commit

Permalink
chore: actuator 설정 추가 후 dev 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 4, 2025
1 parent 872268c commit 5aceae5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- develop
- chore/LA-33
pull_request:
branches:
- develop
- chore/LA-33
env:
REGISTRY: "docker.io"
NAMESPACE: "clean01"
Expand Down
8 changes: 8 additions & 0 deletions layer-api/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ discord:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}

# actuator
management:
endpoints:
enabled-by-default: false
endpoint:
health:
enabled: true
8 changes: 8 additions & 0 deletions layer-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ discord:
retrospect-url: ${DISCORD_RETROSPECT_URL}
space-url: ${DISCORD_SPACE_URL}
member-url: ${DISCORD_MEMBER_URL}

# actuator
management:
endpoints:
enabled-by-default: false
endpoint:
health:
enabled: true

0 comments on commit 5aceae5

Please sign in to comment.