view skaffold.yaml @ 28:1e058bea3ac2

crash better when mongo is unreachable
author drewp@bigasterisk.com
date Sat, 23 Mar 2024 16:11:10 -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: {}