view skaffold.yaml @ 22:b9fe6d26b3fa

minor changes, fixes, upgrades
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:15:51 -0700
parents 6f38aa08408d
children 03803832a087
line wrap: on
line source

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