diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/skaffold.yaml	Fri Jul 24 14:42:08 2020 -0700
@@ -0,0 +1,18 @@
+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