view skaffold.yaml @ 4:f714a6a7842c

start new web view for hgand github syncing
author drewp@bigasterisk.com
date Fri, 24 Jul 2020 14:42:08 -0700
parents
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