From 5758410bef9a2014c2ec7037ff33c9c0f47c89c6 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Wed, 16 Sep 2026 20:09:56 +0200 Subject: [PATCH] New tenant --- tenants/tenant-ctie/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tenants/tenant-ctie/config.yaml diff --git a/tenants/tenant-ctie/config.yaml b/tenants/tenant-ctie/config.yaml new file mode 100644 index 0000000..adf649c --- /dev/null +++ b/tenants/tenant-ctie/config.yaml @@ -0,0 +1,9 @@ +version: "1.0.0" + +resources: + requests: + cpu: 250m + memory: 512Mi + limits: + cpu: "1" + memory: 2Gi