Mercurial > code > home > repos > href
comparison skaffold.yaml @ 33:b82432594778
skaffold config and other updates
author | drewp@bigasterisk.com |
---|---|
date | Sat, 21 Aug 2021 14:24:57 -0700 |
parents | |
children | bbc2431fd634 |
comparison
equal
deleted
inserted
replaced
32:c23acc88324b | 33:b82432594778 |
---|---|
1 apiVersion: skaffold/v2beta5 | |
2 kind: Config | |
3 metadata: | |
4 name: href | |
5 build: | |
6 tagPolicy: | |
7 dateTime: | |
8 format: "2006-01-02_15-04-05" | |
9 timezone: "Local" | |
10 artifacts: | |
11 - image: bang5:5000/href_image | |
12 | |
13 deploy: | |
14 kubectl: | |
15 manifests: | |
16 - deploy.yaml |