Compare commits
7 Commits
test
...
wtome-devs
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
536974ce54 | ||
|
|
fb5c82ea61 | ||
|
|
0ae6b9bd1f | ||
|
|
e4aff11c7b | ||
|
|
206769e319 | ||
|
|
0721b1d9be | ||
|
|
7082e6dd4c |
@@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
schemaVersion: 2.2.0
|
schemaVersion: 2.2.2
|
||||||
metadata:
|
metadata:
|
||||||
name: product-demos
|
name: product-demos
|
||||||
components:
|
components:
|
||||||
- name: product-demos-ee
|
- name: tooling-container
|
||||||
container:
|
container:
|
||||||
image: quay.io/mloriedo/ansible-creator-ee:latest # workaround for https://github.com/eclipse/che/issues/21778
|
image: quay.io/ansible-product-demos/apd-ee-25 # ghcr.io/ansible/ansible-devspaces:latest
|
||||||
memoryRequest: 256M
|
memoryRequest: 256M
|
||||||
memoryLimit: 5Gi
|
memoryLimit: 5Gi
|
||||||
cpuRequest: 250m
|
cpuRequest: 250m
|
||||||
cpuLimit: 2000m
|
cpuLimit: 2000m
|
||||||
args: ['tail', '-f', '/dev/null']
|
args:
|
||||||
|
- 'tail'
|
||||||
|
- '-f'
|
||||||
|
- '/dev/null'
|
||||||
|
|||||||
@@ -90,13 +90,6 @@
|
|||||||
containerBuildConfiguration:
|
containerBuildConfiguration:
|
||||||
openShiftSecurityContextConstraint: container-build
|
openShiftSecurityContextConstraint: container-build
|
||||||
disableContainerBuildCapabilities: true
|
disableContainerBuildCapabilities: true
|
||||||
defaultEditor: che-incubator/che-code/insiders
|
|
||||||
defaultComponents:
|
|
||||||
- container:
|
|
||||||
image: >-
|
|
||||||
registry.redhat.io/devspaces/udi-rhel8@sha256:aa39ede33bcbda6aa2723d271c79ab8d8fd388c7dfcbc3d4ece745b7e9c84193
|
|
||||||
sourceMapping: /projects
|
|
||||||
name: universal-developer-image
|
|
||||||
defaultNamespace:
|
defaultNamespace:
|
||||||
autoProvision: true
|
autoProvision: true
|
||||||
template: <username>-devspaces
|
template: <username>-devspaces
|
||||||
|
|||||||
Reference in New Issue
Block a user