From 1da9a10a172db514e8d37f7b8bf39388ab4cafbc Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Sat, 15 Aug 2026 18:05:17 +0200 Subject: [PATCH] Added --- tenants/tenant-hello/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tenants/tenant-hello/config.yaml diff --git a/tenants/tenant-hello/config.yaml b/tenants/tenant-hello/config.yaml new file mode 100644 index 0000000..2540216 --- /dev/null +++ b/tenants/tenant-hello/config.yaml @@ -0,0 +1,12 @@ +image: + repository: registry.bouvais.lu/tenant-jupyter + tag: "1.0.0" + +resources: + requests: + cpu: 250m + memory: 512Mi + limits: + cpu: "1" + memory: 2Gi +