Update .devfile.yaml
This commit is contained in:
@@ -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: ghcr.io/ansible/ansible-devspaces:latest
|
image: 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']
|
||||||
|
|||||||
Reference in New Issue
Block a user