Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add elasticsearch Silta resources example #322

Open
misterjoonas opened this issue Nov 7, 2022 · 0 comments
Open

Add elasticsearch Silta resources example #322

misterjoonas opened this issue Nov 7, 2022 · 0 comments

Comments

@misterjoonas
Copy link
Member

misterjoonas commented Nov 7, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant