Each of the apps are run as standalone and then verify in the log sink that we see the results
16 lines
394 B
YAML
16 lines
394 B
YAML
---
|
|
applications:
|
|
- name: log-sink-rabbit
|
|
host: log-sink-rabbit
|
|
memory: 2G
|
|
disk_quota: 2G
|
|
instances: 1
|
|
path: /tmp/log-sink-rabbit.jar
|
|
env:
|
|
LOGGING_FILE: logsinkrabbit.log
|
|
MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE: logfile,health,info
|
|
SPRING_CLOUD_STREAMAPP_SECURITY_ENABLED: false
|
|
SPRING_CLOUD_STREAM_BINDINGS_INPUT_DESTINATION: fromsplitter
|
|
services:
|
|
- scst-rabbit
|