view skaffold.yaml @ 30:1fa90a903621

upgrade many deps
author drewp@bigasterisk.com
date Mon, 26 Aug 2024 22:33:02 -0700
parents 27a754f8e8f8
children 814bda860dda
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_files.yaml
    - deploy_ui.yaml
    - ingress.yaml
deploy:
  kubectl: {}