Mercurial > code > home > repos > href
annotate skaffold.yaml @ 39:c538dc39b851
user login fixes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Nov 2022 17:06:36 -0800 |
parents | bbc2431fd634 |
children |
rev | line source |
---|---|
37 | 1 apiVersion: skaffold/v2beta27 |
33 | 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 | |
37 | 12 platforms: [amd64] |
33 | 13 |
14 deploy: | |
15 kubectl: | |
16 manifests: | |
17 - deploy.yaml | |
37 | 18 - ingress.yaml |