Skip to content

Commit

Permalink
fix resources
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 6, 2024
1 parent 96b5721 commit fd4caba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-yamls/js-test-app-buildpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ services:
run: node index.js
type: web
port: 3000
cpuCores: 0.05
ramMegabytes: 50
predeploy:
run: ls
cpuCores: 0.05
ramMegabytes: 50
build:
context: ./js-test-app
method: pack
Expand Down
4 changes: 4 additions & 0 deletions test-yamls/js-test-app-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ services:
run: node index.js
type: web
port: 3000
cpuCores: 0.05
ramMegabytes: 50
predeploy:
run: ls
cpuCores: 0.05
ramMegabytes: 50
build:
context: ./js-test-app
method: docker
Expand Down
4 changes: 4 additions & 0 deletions test-yamls/next-test-app-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ version: v2
services:
- name: web
port: 3000
cpuCores: 0.05
ramMegabytes: 50
predeploy:
run: ls
cpuCores: 0.05
ramMegabytes: 50
build:
context: ./next-test-app
method: docker
Expand Down
2 changes: 2 additions & 0 deletions test-yamls/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
run: ""
type: web
port: 80
cpuCores: 0.05
ramMegabytes: 50
image:
repository: nginx
tag: latest

0 comments on commit fd4caba

Please sign in to comment.