For manual deploying DL feeder to k8s cluster

Update db script to connect to Kafka using encrypted connection.
If your testing Kafka is not encrypted, change 'secure' in table 'kafka'
to 0.

Steps to manually deploy feeder to ONAP k8s cluster:
Change IPs with your env setup in feeder-deployment.yaml.

kubectl create -f feeder-deployment.yaml 
kubectl create -f feeder-service.yaml 

Find DL port at nodes:
kubectl get svc --output=wide -n onap |grep datalake

Testing:
curl http://r-node-1:31157/datalake/v1/feeder/status

Issue-ID: DCAEGEN2-1874

Change-Id: I2ee56803bd7b7859bbd36ad82072e74f77db0a72
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
tree: 89ab0c66b8467b75a7c9b742a25ad931c4d03410
  1. components/
  2. .gitignore
  3. INFO.yaml
  4. pom.xml
  5. version.properties