Skip to content

Commit

Permalink
Update required disk space (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil MacDougall <[email protected]>
  • Loading branch information
bmo-at-a9s and nwmac authored Aug 18, 2023
1 parent 25377e7 commit c4e5d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
image: splatform/stratos:stable
instances: 1
memory: 128M
disk_quota: 384M
disk_quota: 512M
# services:
# - console_db
# env:
Expand Down
4 changes: 2 additions & 2 deletions website/docs/deploy/cloud-foundry/cloud-foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Deploy Stratos using the [`splatform/stratos`](https://hub.docker.com/r/splatfor
> **NOTE:** Your Cloud Foundry must have docker support [enabled](https://docs.cloudfoundry.org/adminguide/docker.html#enable).
```
cf push console -o splatform/stratos:stable -m 128M -k 384M
cf push console -o splatform/stratos:stable -m 128M -k 512M
```
> Note: You can replace `console` in the command above with a name of your choice for the application
Expand All @@ -148,7 +148,7 @@ Alternatively cf push using a manifest
image: splatform/stratos:stable
instances: 1
memory: 128M
disk_quota: 384M
disk_quota: 512M
```
- now, you can simply push it to Cloud Foundry:
```
Expand Down

0 comments on commit c4e5d5d

Please sign in to comment.