ptlrs commented on code in PR #20:
URL: https://github.com/apache/ozone-helm-charts/pull/20#discussion_r2447097684
##########
charts/ozone/values.yaml:
##########
@@ -145,6 +145,49 @@ om:
# The name of a specific storage class name to use
storageClassName: ~
+# Storage Container Manager configuration
+scm:
+ # Number of Storage Container Manager replicas
+ replicas: 3
+ # Command to launch Storage Container Manager (templated)
+ command: ~
+ # Arguments to launch Storage Container Manager (templated)
+ args: ["ozone", "scm"]
+ # Additional Storage Container Manager environment variables (templated)
+ env: []
+ # Additional Storage Container Manager envFrom items to set up environment
variables (templated)
+ envFrom: []
+ # Storage Container Manager resource requests and limits
+ resources: {}
+ # Constrain Storage Container Manager pods to nodes with specific node labels
+ nodeSelector: {}
+ # Constrain Storage Container Manager pods to nodes by
affinity/anti-affinity rules
+ affinity: {}
Review Comment:
The anti-affinity should be set so that multiple SCM pods are not running on
the same node.
Same for OM.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]