### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation * The architecture of Fluss includes `CoordinatorServer` and `TabletServer`; it can isolate configs for them in the chart. * Some values of the current chart are constants and have not been modified. * For example: <img width="370" height="321" alt="Image" src="https://github.com/user-attachments/assets/1caedbaf-b3f0-4042-89a2-0872e62942a3" /> ### Solution * Create regions in value for `CoordinatorServer` and `TabletServer`. * For example: ``` coordinatorServer: livenessProbe: readinessProbe: resources: ... ``` ### Anything else? _No response_ ### Willingness to contribute - [x] I'm willing to submit a PR!