view skaffold.yaml @ 26:33b3eb24506e

wled (single bulb) support. more lights
author drewp@bigasterisk.com
date Sat, 03 Feb 2024 20:56:27 -0800
parents 5a77696c6dab
children 32cfefe3155b
line wrap: on
line source

apiVersion: skaffold/v4beta6
kind: Config
metadata:
  name: light-bridge
build:
  artifacts:
    - image: reg:5000/light_bridge_image
      platforms: [amd64]
      sync:
        infer:
          - 'src/**'
          - '*.py'
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
    - proxy.yaml
    - deploy.yaml
    - ingress.yaml
deploy:
  kubectl: {}