apache / apache/doris-operator
探讨:helm部署doris的charts values是否将jvm设置的值单独拿出来设置更好一点?
Open
discussion
- Dominant language
- Go
- Stars
- 138
- Forks
- 72
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 3
Description
现在的charts要定义jvm配置,需要将fe.config的配置静态写到values.yaml下,这样需要配置很多项,对大批量集群的维护配置有点繁琐。
xxSpec:
configMap:
xxx |
xxx
是否可以将相关配置文件项移到configmap.yaml文件内,然后jmx设置值引用.Values.xxSpec.heapMemory的值?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.