Mercurial > code > home > repos > href
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skaffold.yaml Sat Aug 21 14:24:57 2021 -0700 @@ -0,0 +1,16 @@ +apiVersion: skaffold/v2beta5 +kind: Config +metadata: + name: href +build: + tagPolicy: + dateTime: + format: "2006-01-02_15-04-05" + timezone: "Local" + artifacts: + - image: bang5:5000/href_image + +deploy: + kubectl: + manifests: + - deploy.yaml