annotate 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 |
|
rev |
line source |
0
|
1 apiVersion: skaffold/v4beta6
|
|
2 kind: Config
|
|
3 metadata:
|
|
4 name: sensor-bridge
|
|
5 build:
|
|
6 artifacts:
|
|
7 - image: reg:5000/sensor_bridge_image
|
|
8 platforms: [amd64]
|
|
9 sync:
|
|
10 infer:
|
|
11 - 'src/**'
|
|
12 tagPolicy:
|
|
13 dateTime:
|
|
14 format: 2006-01-02_15-04-05
|
|
15 timezone: Local
|
|
16 manifests:
|
|
17 rawYaml:
|
|
18 - proxy.yaml
|
|
19 - deploy.yaml
|
|
20 - ingress.yaml
|
|
21 deploy:
|
|
22 kubectl: {}
|