diff options
Diffstat (limited to 'vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/skaffold.yaml')
-rw-r--r-- | vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/skaffold.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/skaffold.yaml b/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/skaffold.yaml new file mode 100644 index 00000000..e8891c6b --- /dev/null +++ b/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/skaffold.yaml @@ -0,0 +1,19 @@ +apiVersion: skaffold/v1beta11 +kind: Config +build: + tagPolicy: + sha256: {} + # defines where to find the code at build time and where to push the resulting image + artifacts: + - context: src + image: python-kafkaconsumer-inference-app +# defines the Kubernetes manifests to deploy on each run +deploy: + kubectl: + manifests: + - kubernetes-manifests/**.yaml +# use the cloudbuild profile to build images using Google Cloud Build +profiles: +- name: cloudbuild + build: + googleCloudBuild: {} |