OpenShift Dev Spaces (#64)

This commit is contained in:
willtome
2023-08-28 15:57:19 -04:00
committed by GitHub
parent ddb4c09157
commit a78e74e782
10 changed files with 202 additions and 0 deletions

12
.devfile.yaml Normal file
View File

@@ -0,0 +1,12 @@
schemaVersion: 2.2.0
metadata:
name: product-demos
components:
- name: product-demos-ee
container:
image: quay.io/mloriedo/ansible-creator-ee:latest # workaround for https://github.com/eclipse/che/issues/21778
memoryRequest: 256M
memoryLimit: 5Gi
cpuRequest: 250m
cpuLimit: 2000m
args: ['tail', '-f', '/dev/null']