Mercurial > code > home > repos > light-bridge
view skaffold.yaml @ 22:178e020289c1
'full' button; other clean up
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 Jan 2024 13:01:23 -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: {}