Mercurial > code > home > repos > collector
view skaffold.yaml @ 2:bfd14256aaa7
style
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 22:04:10 -0700 |
parents | 1275220a644b |
children | fd73907cef40 |
line wrap: on
line source
apiVersion: skaffold/v2beta27 kind: Config metadata: name: collector build: tagPolicy: dateTime: format: "2006-01-02_15-04-05" timezone: "Local" artifacts: - image: bang5:5000/collector_image platforms: [amd64] deploy: kubectl: manifests: - deploy.yaml