view skaffold.yaml @ 20:b59912649fc4

rewrite local hg scanner
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 20:47:57 -0800
parents 6f38aa08408d
children b9fe6d26b3fa
line wrap: on
line source

apiVersion: skaffold/v2beta5
kind: Config
metadata:
  name: reposync
build:
  tagPolicy:
    dateTime:
      format: "2006-01-02_15-04-05"
      timezone: "Local"
  artifacts:
  - image: bang5:5000/reposync_image
    sync: # files that could be patched and vite would pick them up
      infer:
      - index.html
      - "view/*.ts"
deploy:
  kubectl:
    manifests:
    - deploy.yaml