Mercurial > code > home > repos > homeauto
diff service/powerEagle/plugs/skaffold.yaml @ 1749:4b29ce991e59
cloudfree plug sends mqtt metrics, which we export to victoriametrics
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Apr 2024 16:01:38 -0700 |
parents | |
children | 610beb3248d1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/powerEagle/plugs/skaffold.yaml Sun Apr 28 16:01:38 2024 -0700 @@ -0,0 +1,18 @@ +apiVersion: skaffold/v3 +kind: Config +metadata: + name: plugs-exporter +build: + artifacts: + - image: reg:5000/plugs_exporter_image + platforms: [amd64] + tagPolicy: + dateTime: + format: 2006-01-02_15-04-05 + timezone: Local +manifests: + rawYaml: + - deploy.yaml +deploy: + kubectl: {} + \ No newline at end of file