Mercurial > code > home > repos > reposync
comparison skaffold.yaml @ 18:6f38aa08408d
starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jan 2022 00:21:41 -0800 |
parents | f714a6a7842c |
children | b9fe6d26b3fa |
comparison
equal
deleted
inserted
replaced
17:a4778c56cc03 | 18:6f38aa08408d |
---|---|
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 sync: # files that could be patched sans python restart | 12 sync: # files that could be patched and vite would pick them up |
13 infer: | 13 infer: |
14 - index.html | 14 - index.html |
15 - "view/*.ts" | |
15 deploy: | 16 deploy: |
16 kubectl: | 17 kubectl: |
17 manifests: | 18 manifests: |
18 - deploy.yaml | 19 - deploy.yaml |