view skaffold.yaml @ 24:1a9a8af1aa19

breadcrumbs and tree view UI
author drewp@bigasterisk.com
date Mon, 17 Apr 2023 13:35:18 -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: {}