Update .devfile.yaml

This commit is contained in:
willtome
2025-05-19 11:24:33 -04:00
committed by GitHub
parent 7082e6dd4c
commit 0721b1d9be

View File

@@ -1,13 +1,16 @@
---
schemaVersion: 2.2.0
schemaVersion: 2.2.2
metadata:
name: product-demos
components:
- name: product-demos-ee
- name: tooling-container
container:
image: ghcr.io/ansible/ansible-devspaces:latest
memoryRequest: 256M
memoryLimit: 5Gi
cpuRequest: 250m
cpuLimit: 2000m
#args: ['tail', '-f', '/dev/null']
args:
- 'tail'
- '-f'
- '/dev/null']