morazow commented on code in PR #2456: URL: https://github.com/apache/fluss/pull/2456#discussion_r2726707164
########## helm/values.yaml: ########## @@ -47,6 +47,10 @@ persistence: size: 1Gi storageClass: +# Tablet server only configuration options +tabletServer: Review Comment: Hello @swuferhong, In the tablet and coordinator servers we have option to enabled and attach persistent volume (PV), so that the storage is not transient when they are recreated. For example, for tablet: https://github.com/morazow/fluss/blob/main/helm/templates/sts-tablet.yaml#L99-L109 This could be enabled for data volumes. I agree with @affo, we should maybe separate these configurations per type since sizes and storage classes could be different for coordinator and tablet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
