Mercurial > code > home > repos > href
view skaffold.yaml @ 39:c538dc39b851
user login fixes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Nov 2022 17:06:36 -0800 |
parents | bbc2431fd634 |
children |
line wrap: on
line source
apiVersion: skaffold/v2beta27 kind: Config metadata: name: href build: tagPolicy: dateTime: format: "2006-01-02_15-04-05" timezone: "Local" artifacts: - image: bang5:5000/href_image platforms: [amd64] deploy: kubectl: manifests: - deploy.yaml - ingress.yaml