Mercurial > code > home > repos > projects
diff skaffold.yaml @ 0:12238bbe5b85 default tip
start
author | drewp@bigasterisk.com |
---|---|
date | Sun, 18 Sep 2022 23:24:56 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skaffold.yaml Sun Sep 18 23:24:56 2022 -0700 @@ -0,0 +1,17 @@ +apiVersion: skaffold/v2beta27 +kind: Config +metadata: + name: projects +build: + tagPolicy: + dateTime: + format: "2006-01-02_15-04-05" + timezone: "Local" + artifacts: + - image: bang5:5000/projects_image + platforms: [amd64] +deploy: + kubectl: + manifests: + - deploy.yaml + - ingress.yaml