diff skaffold.yaml @ 0:3c1bc3bc5a6c

pull out of homeauto/ project, and add skaffold/pipenv
author drewp@bigasterisk.com
date Thu, 31 Mar 2022 22:03:43 -0700
parents
children 0f532eb91364
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/skaffold.yaml	Thu Mar 31 22:03:43 2022 -0700
@@ -0,0 +1,20 @@
+apiVersion: skaffold/v2beta27
+kind: Config
+metadata:
+  name: environment
+build:
+  tagPolicy:
+    dateTime:
+      format: "2006-01-02_15-04-05"
+      timezone: "Local"
+  artifacts:
+    - image: bang5:5000/environment_image
+      platforms: [amd64]
+      sync:
+        infer:
+          # uvicorn will notice this reload (but the browser page won't)
+          - environment.py
+deploy:
+  kubectl:
+    manifests:
+      - deploy.yaml