Mercurial > code > home > repos > mqtt_metrics
diff skaffold.yaml @ 0:0b5b4ede1bf5
start with a mockup of the debugging display
author | drewp@bigasterisk.com |
---|---|
date | Fri, 09 Aug 2024 15:09:22 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skaffold.yaml Fri Aug 09 15:09:22 2024 -0700 @@ -0,0 +1,23 @@ +apiVersion: skaffold/v4beta6 +kind: Config +metadata: + name: mqtt_metrics +build: + artifacts: + - image: reg:5000/mqtt_metrics_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: {}