Skip to content

Commit e02c4da

Browse files
authored
Update devfile.yaml
1 parent fa62e14 commit e02c4da

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

devfile.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,3 @@ metadata:
1313
parent:
1414
id: go
1515
registryUrl: "https://registry.devfile.io"
16-
components:
17-
- name: outerloop-build
18-
image:
19-
imageName: go-image:latest
20-
dockerfile:
21-
uri: docker/Dockerfile
22-
buildContext: .
23-
rootRequired: false
24-
- name: outerloop-deploy
25-
attributes:
26-
deployment/replicas: 1
27-
deployment/cpuLimit: "100m"
28-
deployment/cpuRequest: 10m
29-
deployment/memoryLimit: 100Mi
30-
deployment/memoryRequest: 10Mi
31-
deployment/container-port: 8081
32-
kubernetes:
33-
uri: outerloop-deploy.yaml
34-
commands:
35-
- id: build-image
36-
apply:
37-
component: outerloop-build
38-
- id: deployk8s
39-
apply:
40-
component: outerloop-deploy
41-
- id: deploy
42-
composite:
43-
commands:
44-
- build-image
45-
- deployk8s
46-
group:
47-
kind: deploy
48-
isDefault: true

0 commit comments

Comments
 (0)