Mercurial > code > home > repos > video
view skaffold.yaml @ 4:c8a41359505c
server provides video listing from disk
author | drewp@bigasterisk.com |
---|---|
date | Sat, 25 Mar 2023 16:01:56 -0700 |
parents | ee55ed10faec |
children | 9e94454560de |
line wrap: on
line source
apiVersion: skaffold/v3 kind: Config metadata: name: video build: artifacts: - image: bang5:5000/video_image sync: infer: - index.html - src/* - '*.py' 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: {}