view skaffold.yaml @ 42:1d2c65d260d1

factor out breadcrumbs
author drewp@bigasterisk.com
date Thu, 05 Dec 2024 21:34:00 -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: {}