Mercurial > code > home > repos > sensor-bridge
diff skaffold.yaml @ 0:62cca1da7955
start
author | drewp@bigasterisk.com |
---|---|
date | Sat, 14 Dec 2024 17:46:42 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skaffold.yaml Sat Dec 14 17:46:42 2024 -0800 @@ -0,0 +1,22 @@ +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: {}