tree: d8153cbdb84723091ea509d137ac119f229c28ab [path history] [tgz]
  1. .gitignore
  2. build.sh
  3. container.yaml
  4. Dockerfile
  5. go.mod
  6. go.sum
  7. main.go
  8. README.md
  9. TODO.txt
pm-rapp/README.md

Basic rAPP for demo purpose - starts a subscription and prints out received data on the topic to stdout

Manual build, tag and push to image repo

Build for docker or local kubernetes
./build.sh no-push [<image-tag>]

Build for remote kubernetes - an externally accessible image repo (e.g. docker hub) is needed
./build.sh <external-image-repo> [<image-tag>]

Configuration