Skip to content

Commit

Permalink
put bootstrap logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Jan 21, 2023
1 parent cc36861 commit 71086d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions helm/spring-cloud-kubernetes-demo/templates/ui-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ data:
forward-headers-strategy: framework
spring:
redis:
host: {{ .Release.Namespace }}-redis-master
data:
redis:
host: {{ .Release.Namespace }}-redis-master
Expand Down
1 change: 1 addition & 0 deletions message-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.cloud:spring-cloud-starter-kubernetes-client-all")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
Expand Down

0 comments on commit 71086d0

Please sign in to comment.