Mercurial > code > home > repos > reposync
view 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 |
line wrap: on
line source
apiVersion: skaffold/v2beta5 kind: Config metadata: name: reposync build: tagPolicy: dateTime: format: "2006-01-02_15-04-05" timezone: "Local" artifacts: - image: bang5:5000/reposync_image sync: # files that could be patched and vite would pick them up infer: - index.html - "view/*.ts" deploy: kubectl: manifests: - deploy.yaml