Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/skaffold.yaml @ 790:b85986495848
skaffold setup for mqtt_to_rdf
author | drewp@bigasterisk.com |
---|---|
date | Mon, 30 Nov 2020 23:36:57 -0800 |
parents | |
children | 55ace62af7f9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/mqtt_to_rdf/skaffold.yaml Mon Nov 30 23:36:57 2020 -0800 @@ -0,0 +1,15 @@ +apiVersion: skaffold/v2beta5 +kind: Config +metadata: + name: mqtt-to-rdf +build: + tagPolicy: + dateTime: + format: "2006-01-02_15-04-05" + timezone: "Local" + artifacts: + - image: bang5:5000/mqtt_to_rdf_image +deploy: + kubectl: + manifests: + - deploy.yaml