Skip to content
Merged
Show file tree
Hide file tree
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/ossm-cr-istio-global-1x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ These parameters are specific to the proxy subset of global parameters.
|===
|Type |Parameter |Description |Values |Default value

|Resources
|Requests
|`cpu`
|The amount of CPU resources requested for Envoy proxy.
|CPU resources, specified in cores or millicores (for example, 200m, 0.5, 1) based on your environment’s configuration.
Expand All @@ -85,7 +85,7 @@ These parameters are specific to the proxy subset of global parameters.
|`memory`
|The amount of memory requested for Envoy proxy
|Available memory in bytes(for example, 200Ki, 50Mi, 5Gi) based on your environment’s configuration.
|`1024Mi`
|`128Mi`

|Limits
|`cpu`
Expand All @@ -97,5 +97,5 @@ These parameters are specific to the proxy subset of global parameters.
|`memory`
|The maximum amount of memory Envoy proxy is permitted to use.
|Available memory in bytes (for example, 200Ki, 50Mi, 5Gi) based on your environment’s configuration.
|`128Mi`
|`1024Mi`
|===
6 changes: 3 additions & 3 deletions modules/ossm-cr-istio-global.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ These parameters are specific to the proxy subset of global parameters.
|===
|Type |Parameter |Description |Values |Default value

|Resources
|Requests
|`cpu`
|The amount of CPU resources requested for Envoy proxy.
|CPU resources, specified in cores or millicores (for example, 200m, 0.5, 1) based on your environment’s configuration.
Expand All @@ -85,7 +85,7 @@ These parameters are specific to the proxy subset of global parameters.
|`memory`
|The amount of memory requested for Envoy proxy
|Available memory in bytes(for example, 200Ki, 50Mi, 5Gi) based on your environment’s configuration.
|`1024Mi`
|`128Mi`

|Limits
|`cpu`
Expand All @@ -97,5 +97,5 @@ These parameters are specific to the proxy subset of global parameters.
|`memory`
|The maximum amount of memory Envoy proxy is permitted to use.
|Available memory in bytes (for example, 200Ki, 50Mi, 5Gi) based on your environment’s configuration.
|`128Mi`
|`1024Mi`
|===
2 changes: 1 addition & 1 deletion modules/ossm-cr-mixer-1x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mixer:
|===
|Type |Parameter |Description |Values |Default

|Resources
|Requests
|`cpu`
|The percentage of CPU resources requested for Mixer telemetry.
|CPU resources in millicores based on your environment's configuration.
Expand Down
2 changes: 1 addition & 1 deletion modules/ossm-cr-mixer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mixer:
|===
|Type |Parameter |Description |Values |Default

|Resources
|Requests
|`cpu`
|The percentage of CPU resources requested for Mixer telemetry.
|CPU resources in millicores based on your environment's configuration.
Expand Down
2 changes: 1 addition & 1 deletion modules/ossm-document-attributes-1x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:ProductName: Red Hat OpenShift Service Mesh
:ProductShortName: Service Mesh
:ProductRelease:
:ProductVersion: 1.1.11
:ProductVersion: 1.1.12
:MaistraVersion: 1.1
:product-build:
:DownloadURL: registry.redhat.io
Expand Down
2 changes: 1 addition & 1 deletion modules/ossm-document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:ProductName: Red Hat OpenShift Service Mesh
:ProductShortName: Service Mesh
:ProductRelease:
:ProductVersion: 2.0.1
:ProductVersion: 2.0.2
:MaistraVersion: 2.0
:product-build:
:DownloadURL: registry.redhat.io
Expand Down