Skip to content

Commit

Permalink
Fixing subpath in WFD UI application's workload.yaml file. (vmware-ta…
Browse files Browse the repository at this point in the history
…nzu#295)

* Fixing subpath in WFD UI application's workload.yaml file.

Addressing issue vmware-tanzu#293

* Disabling RabbitMQ when using alternative msg systems.

---------

Co-authored-by: gm2552 <meyerg@vmware.com>
  • Loading branch information
gm2552 and gm2552 committed Jun 2, 2023
1 parent e3b18e6 commit 4107122
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,28 @@ spring:
stream:
defaultBinder: kafka

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

---

spring:
config.activate.on-profile: kinesis

cloud:
stream:
defaultBinder: kinesis
defaultBinder: kinesis

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,27 @@ spring:
stream:
defaultBinder: kafka

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

---

spring:
config.activate.on-profile: kinesis

cloud:
stream:
defaultBinder: kinesis
defaultBinder: kinesis

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,27 @@ spring:
stream:
defaultBinder: kafka

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

---

spring:
config.activate.on-profile: kinesis

cloud:
stream:
defaultBinder: kinesis
defaultBinder: kinesis

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,28 @@ spring:
stream:
defaultBinder: kafka

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

---

spring:
config.activate.on-profile: kinesis

cloud:
stream:
defaultBinder: kinesis
defaultBinder: kinesis

autoconfigure:
exclude: org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration

management:
health:
rabbit:
enabled: false

2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-ui/config/workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
url: <https URL for your generated project's Git repository>
ref:
branch: main
subPath: where-for-dinner-notify
subPath: where-for-dinner-ui

0 comments on commit 4107122

Please sign in to comment.