technomage commented on issue #10523:
URL: https://github.com/apache/druid/issues/10523#issuecomment-713828524
Full values overrides for the druid chart (a sub-chart of the top level helm
chart.
druid:
enabled: true
configVars:
druid_worker_capacity: '20'
druid_storage_type: 'local'
druid_storage_storageDirectory: '/opt/druid/var/druid/storage'
druid_segmentCache_infoDir: '/opt/druid/var/druid/info'
druid_extensions_loadList: '["druid-kafka-indexing-service",
"druid-histogram", "druid-datasketches", "druid-lookups-cached-global",
"postgresql-metadata-storage"]'
druid_segmentCache_locations:
'[{"path":"/opt/druid/var/druid/segment-cache","maxSize":300000000000}]'
historical:
config:
druid_segmentCache_locations:
'[{"path":"/opt/druid/var/druid/segment-cache","maxSize":300000000000}]'
persistence:
size: "12Gi"
middleManager:
persistence:
size: "12Gi"
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 500m
memory: 1Gi
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]