Mercurial > code > home > repos > video
view skaffold.yaml @ 16:838eb0223bdb
cp mongo_required
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Apr 2023 03:17:48 -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: {}