Skip to content

Commit

Permalink
CCD-4214 Remove discoveryComposite from health endpoint (#214)
Browse files Browse the repository at this point in the history
* CCD-4214 Remove discoveryComposite from health endpoint

* Dummy commit

* removed enableCleanupOfHelmReleaseAlways from Jenkinfile_CNP

* Update renovate.json

* Update build.gradle

---------

Co-authored-by: amoghnaik-hmcts <70205551+amoghnaik-hmcts@users.noreply.github.com>
  • Loading branch information
marvincudjoe and amoghnaik-hmcts authored Oct 11, 2023
1 parent cbfaf9c commit 1d5257b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
"packageRules": [
{
"matchUpdateTypes": [
"minor", "patch"
"minor",
"patch"
],
"groupName": "All patch-minor dependencies",
"groupSlug": "All-minor-patch",
"addLabels": ["Renovate All-minor-patch"],
"addLabels": [
"Renovate All-minor-patch"
],
"automerge": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'org.springframework.boot' version '2.4.4'
id 'com.github.ben-manes.versions' version '0.20.0'
id 'org.sonarqube' version '2.7'
id 'org.sonarqube' version '4.4.0.3356'
id 'uk.gov.hmcts.java' version '0.12.40'
}

Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ management:
spring:
application:
name: CCD Test Stubs Services
cloud:
discovery:
client:
composite-indicator:
enabled: false

wiremock:
server:
Expand All @@ -26,7 +31,7 @@ logging:
root: INFO
org.springframework.web: WARN
com.github.tomakehurst: INFO

app:
management-web-url: ${MANAGEMENT_WEB_URL:http://localhost:3451}
secret-key: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Expand Down

0 comments on commit 1d5257b

Please sign in to comment.