Skip to content

Commit

Permalink
update devfile.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Jul 6, 2024
1 parent d00d6fb commit 867a7b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schemaVersion: 2.2.0
schemaVersion: 2.2.2
metadata:
name: che-plugin-registry-dev
components:
Expand All @@ -9,13 +9,19 @@ components:
memoryLimit: 8Gi
cpuRequest: 100m
cpuLimit: 2000m
volumeMounts:
- name: local
path: /home/user/.local/
env:
- name: CONCURRENTLY_OPTS
value: -m 1
endpoints:
- name: openvsx
exposure: internal
targetPort: 5432
- volume:
ephemeral: true
name: local
commands:
- id: build
exec:
Expand Down

0 comments on commit 867a7b8

Please sign in to comment.