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

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 5d7ce02fa8b2
children
line wrap: on
line source

apiVersion: skaffold/v3
kind: Config
metadata:
  name: wifi
build:
  artifacts:
  - image: bang5:5000/wifi_image
    sync:
      infer:
      - '*.py'
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
  - deploy.yaml
  - ingress.yaml
deploy:
  kubectl: {}