Mercurial > code > home > repos > reposync
comparison skaffold.yaml @ 22:b9fe6d26b3fa
minor changes, fixes, upgrades
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:15:51 -0700 |
parents | 6f38aa08408d |
children | 03803832a087 |
comparison
equal
deleted
inserted
replaced
21:cb71722bb75c | 22:b9fe6d26b3fa |
---|---|
1 apiVersion: skaffold/v2beta5 | 1 apiVersion: skaffold/v2beta27 |
2 kind: Config | 2 kind: Config |
3 metadata: | 3 metadata: |
4 name: reposync | 4 name: reposync |
5 build: | 5 build: |
6 tagPolicy: | 6 tagPolicy: |
7 dateTime: | 7 dateTime: |
8 format: "2006-01-02_15-04-05" | 8 format: "2006-01-02_15-04-05" |
9 timezone: "Local" | 9 timezone: "Local" |
10 artifacts: | 10 artifacts: |
11 - image: bang5:5000/reposync_image | 11 - image: bang5:5000/reposync_image |
12 platforms: [amd64] | |
12 sync: # files that could be patched and vite would pick them up | 13 sync: # files that could be patched and vite would pick them up |
13 infer: | 14 infer: |
14 - index.html | 15 - index.html |
15 - "view/*.ts" | 16 - "view/*" |
16 deploy: | 17 deploy: |
17 kubectl: | 18 kubectl: |
18 manifests: | 19 manifests: |
19 - deploy.yaml | 20 - deploy.yaml |