Mercurial > code > home > repos > video
view skaffold.yaml @ 19:f0a773084a2e
add shoelace
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 00:42:27 -0700 |
parents | 53d99454f394 |
children | 27a754f8e8f8 |
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: {}