Mercurial > code > home > repos > sensor-bridge
view skaffold.yaml @ 0:62cca1da7955
start
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Dec 2024 17:46:42 -0800 |
parents | |
children |
line wrap: on
line source
apiVersion: skaffold/v4beta6 kind: Config metadata: name: sensor-bridge build: artifacts: - image: reg:5000/sensor_bridge_image platforms: [amd64] sync: infer: - 'src/**' tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - proxy.yaml - deploy.yaml - ingress.yaml deploy: kubectl: {}