view service/mqtt_to_rdf/skaffold.yaml @ 1671:2b905c07e82b

try a bnode test mode improvement, but it's not so useful if you parse graphs with reused bnodes in them
author drewp@bigasterisk.com
date Tue, 21 Sep 2021 23:21:38 -0700
parents b85986495848
children 55ace62af7f9
line wrap: on
line source

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