Mercurial > code > home > repos > video
view skaffold.yaml @ 48:046673b1cc24
dead code
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 14:20:11 -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: {}