Skip to content

Commit e17251d

Browse files
committed
update the attributes prefix to use deployment, to be more generic for other tools to adopt
Signed-off-by: Stephanie <yangcao@redhat.com>
1 parent 9aecf0a commit e17251d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

devfile.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ components:
2323
rootRequired: false
2424
- name: outerloop-deploy
2525
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
26+
deployment/replicas: 1
27+
deployment/route: route1
28+
deployment/storageLimit: 400Mi
29+
deployment/storageRequest: 200Mi
30+
deployment/cpuLimit: "2"
31+
deployment/cpuRequest: 700m
32+
deployment/memoryLimit: 500Mi
33+
deployment/memoryRequest: 400Mi
3434
alpha.dockerimage-port: 8081
3535
kubernetes:
3636
uri: outerloop-deploy.yaml

0 commit comments

Comments
 (0)