We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14cfd commit 9aecf0aCopy full SHA for 9aecf0a
1 file changed
devfile.yaml
@@ -22,6 +22,16 @@ components:
22
buildContext: .
23
rootRequired: false
24
- name: outerloop-deploy
25
+ attributes:
26
+ appstudio.has/replicas: 1
27
+ appstudio.has/route: route1
28
+ appstudio.has/storageLimit: 400Mi
29
+ appstudio.has/storageRequest: 200Mi
30
+ appstudio.has/cpuLimit: "2"
31
+ appstudio.has/cpuRequest: 700m
32
+ appstudio.has/memoryLimit: 500Mi
33
+ appstudio.has/memoryRequest: 400Mi
34
+ alpha.dockerimage-port: 8081
35
kubernetes:
36
uri: outerloop-deploy.yaml
37
commands:
0 commit comments