Mercurial > code > home > repos > front-door-display
annotate skaffold.yaml @ 1:33178e5e356e
old updates
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:20:04 -0800 |
parents | d09d690419e0 |
children |
rev | line source |
---|---|
0 | 1 apiVersion: skaffold/v3 |
2 kind: Config | |
3 metadata: | |
4 name: front-door-display | |
5 build: | |
6 artifacts: | |
1 | 7 - image: reg:5000/front_door_display_image |
8 platforms: [amd64] | |
0 | 9 sync: |
10 infer: | |
11 - index.html | |
12 - src/* | |
13 tagPolicy: | |
14 dateTime: | |
15 format: 2006-01-02_15-04-05 | |
16 timezone: Local | |
17 manifests: | |
18 rawYaml: | |
19 - deploy.yaml | |
20 - ingress.yaml | |
21 deploy: | |
22 kubectl: {} |