Skip to content

Add elasticsearch Silta resources example #322

Open
@misterjoonas

Description

@misterjoonas

Would be good to have some sane elasticsearch resources example. Something like this for production.

# Elasticsearch used for site search.
elasticsearch:
  # This value should be slightly less than 50% of the requested memory.
  esJavaOpts: -Xmx350m -Xms350m
  resources:
    requests:
      cpu: 250m
      memory: 750Mi
    limits:
      cpu: 500m
      memory: 1500Mi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions