From 34de99be7747b55e1cb439162aa9335ccd3f1b3c Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Thu, 7 Dec 2023 11:30:24 -0500 Subject: [PATCH] added comments to devfile --- devspaces/devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devspaces/devfile.yaml b/devspaces/devfile.yaml index 6228834..d1ccbfe 100644 --- a/devspaces/devfile.yaml +++ b/devspaces/devfile.yaml @@ -1,10 +1,10 @@ schemaVersion: 2.2.0 metadata: - name: ansible-development + name: ansible-development # change this name per workspace components: - container: args: ['tail', '-f', '/dev/null'] - image: 'quay.io/rhn_ssp_adworjan/ansibleee:1.0' + image: 'quay.io/rhn_ssp_adworjan/ansibleee:1.0' # change for your EE memoryRequest: 256M memoryLimit: 6Gi cpuRequest: 250m