Files
stream-applications-accepta…/cloudfoundry/cf-manifests/httpsplitter-log-sink-manifest.yml
Soby Chacko 4df84b089e CF AT for http | splitter | log
Each of the apps are run as standalone and then verify in the
log sink that we see the results
2019-02-01 17:24:24 -05:00

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