Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support floating point number values for disk_quota in application manifest #3546

Open
georgethebeatle opened this issue Oct 23, 2024 · 0 comments

Comments

@georgethebeatle
Copy link
Member

Backgroundo

It turns out it is possible to push a manifest like this one on CF for VMs

---
applications:
- name: test-sapmachine
  memory: 800M
  path: ./target/application.war
  instances: 1
  disk_quota: 1.5G

As of today Korifi assumes disk_quota to be an integer

Acceptance

GIVEN I have targeted a space on a Korifi deployment
WHEN I push a manifest with a decimal amount of disk_quota
THEN the application starts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

1 participant