Mercurial > code > home > repos > pi_mqtt
diff skaffold.yaml @ 0:3989f073ed9e
start. hardcoded motion light in garage
author | drewp@bigasterisk.com |
---|---|
date | Thu, 24 Aug 2023 16:28:05 -0700 |
parents | |
children | 7ea01e3d6a06 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skaffold.yaml Thu Aug 24 16:28:05 2023 -0700 @@ -0,0 +1,23 @@ +apiVersion: skaffold/v4beta6 +kind: Config +metadata: + name: pi_mqtt +build: + artifacts: + - image: reg:5000/pi_mqtt_image + platforms: [amd64] + sync: + infer: + - 'src/**' + - '*.py' + tagPolicy: + dateTime: + format: 2006-01-02_15-04-05 + timezone: Local +manifests: + rawYaml: + - proxy.yaml + - deploy.yaml + - ingress.yaml +deploy: + kubectl: {}