diff skaffold.yaml @ 0:96f842f12121

start
author drewp@bigasterisk.com
date Tue, 28 Jan 2025 23:30:02 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/skaffold.yaml	Tue Jan 28 23:30:02 2025 -0800
@@ -0,0 +1,19 @@
+apiVersion: skaffold/v3
+kind: Config
+metadata:
+  name: zulip
+
+build:
+  artifacts:
+    - image: reg:5000/zulip_image
+      platforms: [amd64]
+      docker:
+        dockerfile: Dockerfile.with-settings
+manifests:
+  rawYaml:
+  # - volumes.yaml
+  # - env-secrets.yaml
+  - deploy.yaml
+  - ingress.yaml
+deploy:
+  kubectl: {}
\ No newline at end of file