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