Mercurial > code > home > repos > sensor-bridge
view skaffold.yaml @ 1:087b57dd3587 default tip
if dimcurve request times out, abort so we get its new address
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Dec 2024 21:39:44 -0800 |
parents | 62cca1da7955 |
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: {}