flant / loghouse

Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
Apache License 2.0
924 stars 76 forks source link

Make possible removing resource limits for clickhouse and fluentd #158

Closed quite4work closed 3 years ago

quite4work commented 4 years ago

Allows using resources: null to remove default limits defined in the chart. Example:

clickhouse:
  resources: null

fluentd:
  resources: null