view service/mqtt_to_rdf/skaffold.yaml @ 1726:7d3797ed6681

rough port to starlette and reactivex
author drewp@bigasterisk.com
date Tue, 20 Jun 2023 23:14:28 -0700
parents 55ace62af7f9
children
line wrap: on
line source

apiVersion: skaffold/v4beta3
kind: Config
metadata:
  name: mqtt-to-rdf
build:
  artifacts:
    - image: bang5:5000/mqtt_to_rdf_image
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
    - deploy.yaml
deploy:
  kubectl: {}