acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.14k stars 101 forks source link

Fix memory values in resolved offerings (#2389) #2390

Closed g-linville closed 7 months ago

g-linville commented 7 months ago

for #2389

My initial implementation of resolved offerings did not account for cases where the user overrode the memory request for all container in the app using the --memory argument with acorn run. This fixes that.

Checklist