Skip to content

Commit

Permalink
[GOV-134] Fix liveness and readiness issues (#55)
Browse files Browse the repository at this point in the history
* updated the port for actuator

* Updated the port for the liveness and readiness

* Removed the port from actuator config
  • Loading branch information
dhruvsonagara authored Jan 2, 2024
1 parent bbff3e0 commit 6cae567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id 'java'
id 'maven-publish'
id 'eclipse'

id 'org.springframework.boot' version '2.6.2'
}

Expand All @@ -33,6 +32,7 @@ dependencies {
implementation 'com.telerivet:TelerivetAPIClient:1.7.0'
implementation 'org.mifos:ph-ee-connector-common:1.0.0-SNAPSHOT'
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.12.0'
implementation 'org.springframework.boot:spring-boot-starter:2.5.5'
implementation("org.springframework.boot:spring-boot-starter-web:2.5.5")
implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
implementation 'org.apache.camel:camel-endpointdsl:3.12.0'
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ notifications:
enabled: false

management:
# server:
# port: 5000
endpoint:
health:
probes:
Expand Down

0 comments on commit 6cae567

Please sign in to comment.