diff skaffold.yaml @ 0:4365c72c59f6

start
author drewp@bigasterisk.com
date Sun, 27 Aug 2023 11:12:20 -0700
parents
children 3014db0a5500
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/skaffold.yaml	Sun Aug 27 11:12:20 2023 -0700
@@ -0,0 +1,23 @@
+apiVersion: skaffold/v4beta6
+kind: Config
+metadata:
+  name: front_door_lock
+build:
+  artifacts:
+    - image: reg:5000/front_door_lock_image
+      platforms: [amd64]
+      sync:
+        infer:
+          - 'src/**'
+          - '*.py'
+  tagPolicy:
+    dateTime:
+      format: 2006-01-02_15-04-05
+      timezone: Local
+manifests:
+  rawYaml:
+    - proxy.yaml
+    - deploy.yaml
+    - ingress.yaml
+deploy:
+  kubectl: {}