diff --git a/devspaces/devfile.yaml b/devspaces/devfile.yaml new file mode 100644 index 0000000..6228834 --- /dev/null +++ b/devspaces/devfile.yaml @@ -0,0 +1,12 @@ +schemaVersion: 2.2.0 +metadata: + name: ansible-development +components: + - container: + args: ['tail', '-f', '/dev/null'] + image: 'quay.io/rhn_ssp_adworjan/ansibleee:1.0' + memoryRequest: 256M + memoryLimit: 6Gi + cpuRequest: 250m + cpuLimit: 2000m + name: ansible