Mercurial > code > home > repos > light-bridge
view skaffold.yaml @ 10:140633abfa2a
route colors from PUT to Light.setColor
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Jan 2024 16:53:35 -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: {}