feat: Update memory for Plugin-Registry to 1536Mi

Change-Id: I125f1cbb5f6974f23d3b1942c3581f6a8d986046
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
pull/1466/head
Florent Benoit 2022-08-01 11:10:48 +02:00 committed by Florent BENOIT
parent 152c8211a6
commit 7c97fd5fc3
11 changed files with 11 additions and 11 deletions

View File

@ -251,7 +251,7 @@ type CheClusterSpecServer struct {
// Default value is `Always` for `nightly`, `next` or `latest` images, and `IfNotPresent` in other cases.
// +optional
PluginRegistryPullPolicy corev1.PullPolicy `json:"pluginRegistryPullPolicy,omitempty"`
// Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
// Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
// +optional
PluginRegistryMemoryLimit string `json:"pluginRegistryMemoryLimit,omitempty"`
// Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -921,7 +921,7 @@ spec:
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry
deployment. Defaults to 512Mi.
deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin

View File

@ -918,7 +918,7 @@ spec:
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry
deployment. Defaults to 512Mi.
deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin

View File

@ -889,7 +889,7 @@ spec:
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry
deployment. Defaults to 512Mi.
deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry

View File

@ -566,7 +566,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -561,7 +561,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -566,7 +566,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -561,7 +561,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -561,7 +561,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -559,7 +559,7 @@ spec:
type: string
type: object
pluginRegistryMemoryLimit:
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 512Mi.
description: Overrides the memory limit used in the plugin registry deployment. Defaults to 1536Mi.
type: string
pluginRegistryMemoryRequest:
description: Overrides the memory request used in the plugin registry deployment. Defaults to 16Mi.

View File

@ -33,7 +33,7 @@ const (
DefaultDashboardCpuRequest = "100m"
// PluginRegistry
DefaultPluginRegistryMemoryLimit = "512Mi"
DefaultPluginRegistryMemoryLimit = "1536Mi"
DefaultPluginRegistryMemoryRequest = "32Mi"
DefaultPluginRegistryCpuLimit = "500m"
DefaultPluginRegistryCpuRequest = "100m"