From 1e03b4a67c835d8f0eb951e63cc77b02a200d1fd Mon Sep 17 00:00:00 2001 From: Joel Robotham Date: Thu, 12 Mar 2026 12:36:38 +1100 Subject: [PATCH] Add playpen support for cachew Co-authored-by: Amp Amp-Thread-ID: https://ampcode.com/threads/T-019cdf7b-f92e-7078-b71a-45e84d94d711 --- .playpen/config.hcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .playpen/config.hcl diff --git a/.playpen/config.hcl b/.playpen/config.hcl new file mode 100644 index 0000000..69fb68d --- /dev/null +++ b/.playpen/config.hcl @@ -0,0 +1,5 @@ +additional-labels = ["istio.io/rev"] +port-forward = "8080:8080" +launchable-name = "cachewd" +app-workdir = "/app" +shell = "/bin/sh"