view service/rdf_to_mqtt/skaffold.yaml @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -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: {}