view skaffold.yaml @ 17:a4778c56cc03

update deps and k8s setup
author drewp@bigasterisk.com
date Sun, 12 Dec 2021 22:32:25 -0800
parents f714a6a7842c
children 6f38aa08408d
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 sans python restart
      infer:
      - index.html
deploy:
  kubectl:
    manifests:
    - deploy.yaml