Mercurial > code > home > repos > video
view skaffold.yaml @ 49:1bd17c2e5517 default tip
video.py must sign video urls for serve-files.js to serve them
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 17:13:51 -0800 |
parents | ed16fdbb3996 |
children |
line wrap: on
line source
apiVersion: skaffold/v4beta6 kind: Config metadata: name: video build: artifacts: - image: reg:5000/video_image platforms: [amd64] sync: infer: - src/** # - '*.py' - vite.config.ts tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - volumes.yaml - deploy.yaml - deploy_ui.yaml - ingress.yaml deploy: kubectl: {}