Mercurial > code > home > repos > collector
comparison skaffold.yaml @ 0:e2d855c00e57
initial move from homeauto/ repo
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:44:04 -0700 |
parents | |
children | 1275220a644b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e2d855c00e57 |
---|---|
1 apiVersion: skaffold/v2beta5 | |
2 kind: Config | |
3 metadata: | |
4 name: collector | |
5 build: | |
6 tagPolicy: | |
7 dateTime: | |
8 format: "2006-01-02_15-04-05" | |
9 timezone: "Local" | |
10 artifacts: | |
11 - image: bang5:5000/collector_image | |
12 deploy: | |
13 kubectl: | |
14 manifests: | |
15 - deploy.yaml |