Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/jaeger-config-storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The following configuration parameters are for a _self-provisioned_ Elasticsearc
|Number of Elasticsearch nodes. For high availability use at least 3 nodes. Do not use 2 nodes as “split brain” problem can happen.
|Integer value. For example, Proof of concept = 1,
Minimum deployment =3
|1
|3

|elasticsearch:
resources:
Expand All @@ -98,7 +98,7 @@ Minimum deployment =3
|Number of central processing units for requests, based on your environment’s configuration.
|Specified in cores or millicores (for example, 200m, 0.5, 1). For example, Proof of concept = 500m,
Minimum deployment =1
|1Gi
|1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|elasticsearch:
resources:
Expand All @@ -107,7 +107,7 @@ Minimum deployment =1
|Available memory for requests, based on your environment’s configuration.
|Specified in bytes (for example, 200Ki, 50Mi, 5Gi). For example, Proof of concept = 1Gi,
Minimum deployment = 16Gi*
|500m
|16Gi

|elasticsearch:
resources:
Expand Down