Kubernetes
Prerequisites
Deployment Guide
git clone https://github.com/HugoByte/aurras-deployment-kubernetes --recurse-submodulescd aurras-deployment-kubernetes/aurras-event-feed-substratekubectl describe nodes | grep InternalIPenv:
- CHAIN_NAME: Node Template
- CHAIN_ENDPOINT: ws://192.168.65.3:9944
- LOGGERS: console,info;file,error,/logs/event-feed.log
- EXCLUDES: system
- TYPES_FILE: /configs/types.json #name of the types file should be types.json
- KAFKA_BROKERS: 192.168.65.3:9092
- OPENWHISK_API_KEY: 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
- OPENWHISK_API_HOST: https://192.168.65.3:31001
- OPENWHISK_NAMESPACE: guest
- EVENT_RECEIVER: event-receiver
- TOPICS=balances=<Generated>
- EVENT_PROCESSOR=substrate-event-processorLast updated