Mercurial > code > home > repos > homeauto
changeset 1730:5d7ce02fa8b2
add skaf.yaml
author | drewp@bigasterisk.com |
---|---|
date | Fri, 30 Jun 2023 22:08:45 -0700 |
parents | 41394bc1d1b0 |
children | 35abc7656f0f |
files | service/wifi/skaffold.yaml |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/wifi/skaffold.yaml Fri Jun 30 22:08:45 2023 -0700 @@ -0,0 +1,20 @@ +apiVersion: skaffold/v3 +kind: Config +metadata: + name: wifi +build: + artifacts: + - image: bang5:5000/wifi_image + sync: + infer: + - '*.py' + tagPolicy: + dateTime: + format: 2006-01-02_15-04-05 + timezone: Local +manifests: + rawYaml: + - deploy.yaml + - ingress.yaml +deploy: + kubectl: {}