view service/rdf_to_mqtt/skaffold.yaml @ 1753:add4ce853035

another sensor
author drewp@bigasterisk.com
date Sun, 05 May 2024 17:59:05 -0700
parents 09df2b4b886f
children
line wrap: on
line source

apiVersion: skaffold/v4beta6
kind: Config
metadata:
  name: rdf-to-mqtt
build:
  artifacts:
    - image: reg:5000/rdf_to_mqtt_image
      platforms: [amd64]
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
    - deploy.yaml
    - ingress.yaml
deploy:
  kubectl: {}