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 +