The deployer.resourcesPreset
property not respected for stream apps
#31301
Labels
spring-cloud-dataflow
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/spring-cloud-dataflow latest
What architecture are you using?
arm64
What steps will reproduce the bug?
In any environment, install the Spring Cloud Dataflow Helm chart and set the
deployer.resourcesPreset
property in your values.yml.Launch a stream application from Spring Cloud Dataflow. The resource values will not be applied to the pod when the stream app is launched.
What is the expected behavior?
When the stream app is launched, the value from
deployer.resourcesPreset
should be applied to the pod.What do you see instead?
The value from
deployer.resourcesPreset
is not applied to the pod where the stream app is launched.Additional information
The
deployer.resourcesPreset
configuration property should apply to both stream apps and task apps.It is supported for task apps but not for stream apps.
This was discovered when investigating spring-cloud/spring-cloud-dataflow#6099.
The text was updated successfully, but these errors were encountered: