Skip to content

Commit ba26412

Browse files
committed
add kubernetes attributes
Signed-off-by: Stephanie <yangcao@redhat.com>
1 parent f9ff54b commit ba26412

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

devfile.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ components:
2020
buildContext: .
2121
rootRequired: false
2222
- name: outerloop-deploy
23+
attributes:
24+
deployment/replicas: 1
25+
deployment/route: route1
26+
deployment/storageLimit: 400Mi
27+
deployment/storageRequest: 200Mi
28+
deployment/cpuLimit: "2"
29+
deployment/cpuRequest: 700m
30+
deployment/memoryLimit: 500Mi
31+
deployment/memoryRequest: 400Mi
32+
deployment/container-port: 8081
2333
kubernetes:
2434
uri: outerloop-deploy.yaml
2535
commands:

0 commit comments

Comments
 (0)