Skip to content

Commit

Permalink
added devfile into devspaces folder
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 6, 2023
1 parent 691a48d commit efd55e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions devspaces/devfile.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit efd55e0

Please sign in to comment.