about summary refs log tree commit diff
path: root/bundles/gonic/items.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-09 11:05:20 +0900
committerRobert Günzler <r@gnzler.io>2026-04-22 14:36:52 +0900
commitdd91fd46a22b7666a4155874de1998c896a619d3 (patch)
tree3a79f6016b25b779b525027116270d868bd025e3 /bundles/gonic/items.py
parentf87c066685098da9a67dd410104cbba8c5fdcdbd (diff)
deploy gonic
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
-rw-r--r--bundles/gonic/items.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/gonic/items.py b/bundles/gonic/items.py
new file mode 100644
index 0000000..f5d943f
--- /dev/null
+++ b/bundles/gonic/items.py
@@ -0,0 +1,7 @@
+files = {
+    "/etc/deployments/gonic/kube.yaml": {
+        "content_type": "mako",
+        "context": node.metadata.get("containers")["gonic"],
+        "triggers": {"svc_s6rc:gonic:restart"},
+    },
+}