Inference package with Tensorflow Serving 45/83645/2
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 28 Mar 2019 18:29:36 +0000 (11:29 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 28 Mar 2019 18:34:45 +0000 (11:34 -0700)
commita3331442a2102920cd039c4bf04e9bac0f7358c8
tree902ef07bd5ad9fa86ca242e74be8c8d97a20691e
parente638d92d1f48e0747fae96cd0606a52525ce9bf8
Inference package with Tensorflow Serving

Initial inference package with TF Serving, Tensorboard.
Added Minio/S3 support.

Change-Id: If896a7c8fc150bf6a552bdcf7d1096d357520751
Issue-ID: ONAPARC-454
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
13 files changed:
vnfs/DAaaS/inference-core/.helmignore [new file with mode: 0644]
vnfs/DAaaS/inference-core/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/.helmignore [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/NOTES.txt [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/deployment.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/ingress.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/secrets.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/service.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/templates/serviceaccount.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/charts/tf-serving/values.yaml [new file with mode: 0644]
vnfs/DAaaS/inference-core/values.yaml [new file with mode: 0644]