From 867a7b8681f0e3e705070240ef649d5e568d2711 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Sat, 6 Jul 2024 07:45:00 +0000 Subject: [PATCH] update devfile.yaml Signed-off-by: Valeriy Svydenko --- .devfile.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.devfile.yaml b/.devfile.yaml index e1dcb26503..2a038efa2f 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.2.0 +schemaVersion: 2.2.2 metadata: name: che-plugin-registry-dev components: @@ -9,6 +9,9 @@ components: memoryLimit: 8Gi cpuRequest: 100m cpuLimit: 2000m + volumeMounts: + - name: local + path: /home/user/.local/ env: - name: CONCURRENTLY_OPTS value: -m 1 @@ -16,6 +19,9 @@ components: - name: openvsx exposure: internal targetPort: 5432 + - volume: + ephemeral: true + name: local commands: - id: build exec: