Mercurial > code > home > repos > homeauto
comparison service/wifi/skaffold.yaml @ 1730:5d7ce02fa8b2
add skaf.yaml
author | drewp@bigasterisk.com |
---|---|
date | Fri, 30 Jun 2023 22:08:45 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1729:41394bc1d1b0 | 1730:5d7ce02fa8b2 |
---|---|
1 apiVersion: skaffold/v3 | |
2 kind: Config | |
3 metadata: | |
4 name: wifi | |
5 build: | |
6 artifacts: | |
7 - image: bang5:5000/wifi_image | |
8 sync: | |
9 infer: | |
10 - '*.py' | |
11 tagPolicy: | |
12 dateTime: | |
13 format: 2006-01-02_15-04-05 | |
14 timezone: Local | |
15 manifests: | |
16 rawYaml: | |
17 - deploy.yaml | |
18 - ingress.yaml | |
19 deploy: | |
20 kubectl: {} |