feat: Update memory for Plugin-Registry to 1536Mi
Change-Id: I125f1cbb5f6974f23d3b1942c3581f6a8d986046 Signed-off-by: Florent Benoit <fbenoit@redhat.com>pull/1466/head
parent
152c8211a6
commit
7c97fd5fc3
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ const (
|
|||
DefaultDashboardCpuRequest = "100m"
|
||||
|
||||
// PluginRegistry
|
||||
DefaultPluginRegistryMemoryLimit = "512Mi"
|
||||
DefaultPluginRegistryMemoryLimit = "1536Mi"
|
||||
DefaultPluginRegistryMemoryRequest = "32Mi"
|
||||
DefaultPluginRegistryCpuLimit = "500m"
|
||||
DefaultPluginRegistryCpuRequest = "100m"
|
||||
|
|
|
|||
Loading…
Reference in New Issue