Skip to content

Commit

Permalink
added comments to devfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 7, 2023
1 parent 57bcf56 commit 34de99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devspaces/devfile.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34de99b

Please sign in to comment.