Mercurial > code > home > repos > video
view skaffold.yaml @ 9:9e94454560de
some vite cleanup and a test of the ingest/ page
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Apr 2023 15:18:18 -0700 |
parents | c8a41359505c |
children | 53d99454f394 |
line wrap: on
line source
apiVersion: skaffold/v3 kind: Config metadata: name: video build: artifacts: - image: bang5:5000/video_image sync: infer: - src/* - '*.py' - 'vite.config.ts' tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - volumes.yaml - deploy_files.yaml - deploy_ui.yaml - ingress.yaml deploy: kubectl: {}