comparison 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
comparison
equal deleted inserted replaced
1748:d012c53c5ae8 1749:4b29ce991e59
1 apiVersion: skaffold/v3
2 kind: Config
3 metadata:
4 name: plugs-exporter
5 build:
6 artifacts:
7 - image: reg:5000/plugs_exporter_image
8 platforms: [amd64]
9 tagPolicy:
10 dateTime:
11 format: 2006-01-02_15-04-05
12 timezone: Local
13 manifests:
14 rawYaml:
15 - deploy.yaml
16 deploy:
17 kubectl: {}
18