ChenYi015 commented on PR #2509:
URL: https://github.com/apache/celeborn/pull/2509#issuecomment-2109596745
Besides, I had added some configuration examples in `values.yaml` like:
```yaml
resources:
# -- Pod resources for Celeborn master pods
master: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# -- Pod resources for Celeborn worker pods
worker: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# -- Pod annotations
podAnnotations: {}
# key1: value1
# key2: value2
# -- Pod node selector
nodeSelector: {}
# key1: value1
# key2: value2
# -- Pod tolerations
tolerations: []
# - key: key1
# operator: Equal
# value: value1
# effect: NoSchedule
# - key: key2
# operator: Exists
# effect: NoSchedule
```
--
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]