Mercurial > code > home > repos > collector
annotate skaffold.yaml @ 1:1275220a644b
pipenv
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 22:02:25 -0700 |
parents | e2d855c00e57 |
children | fd73907cef40 |
rev | line source |
---|---|
1 | 1 apiVersion: skaffold/v2beta27 |
0 | 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 | |
1 | 12 platforms: [amd64] |
0 | 13 deploy: |
14 kubectl: | |
15 manifests: | |
16 - deploy.yaml |