comparison skaffold.yaml @ 24:03803832a087 default tip

add view definition for streamed-graph viewer
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:17:56 -0700
parents b9fe6d26b3fa
children
comparison
equal deleted inserted replaced
23:681a59ddd1e6 24:03803832a087
11 - image: bang5:5000/reposync_image 11 - image: bang5:5000/reposync_image
12 platforms: [amd64] 12 platforms: [amd64]
13 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
14 infer: 14 infer:
15 - index.html 15 - index.html
16 - "public/*"
16 - "view/*" 17 - "view/*"
17 deploy: 18 deploy:
18 kubectl: 19 kubectl:
19 manifests: 20 manifests:
20 - deploy.yaml 21 - deploy.yaml