Reserve the resources for the migration
The main idea of the Overprovisioner is to provide a way to overprovision resources in a Kubernetes cluster. This is useful when you want to ensure that you have enough resources and you don't want to wait for the autoscaler to scale up your cluster.
Homepage: https://github.com/sergelogvinov/helm-charts
Name | Url | |
---|---|---|
sergelogvinov | https://github.com/sergelogvinov |
Key | Type | Default | Description |
---|---|---|---|
replicaCount | int | 1 |
|
image.repository | string | "registry.k8s.io/pause" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
fullnameOverride | string | "" |
|
priorityClassName | string | "" |
|
podAnnotations | object | {} |
|
podSecurityContext.runAsNonRoot | bool | true |
|
podSecurityContext.runAsUser | int | 1000 |
|
podSecurityContext.runAsGroup | int | 1000 |
|
podSecurityContext.fsGroup | int | 1000 |
|
podSecurityContext.fsGroupChangePolicy | string | "OnRootMismatch" |
|
securityContext.allowPrivilegeEscalation | bool | false |
|
securityContext.seccompProfile.type | string | "RuntimeDefault" |
|
securityContext.capabilities.drop[0] | string | "ALL" |
|
securityContext.readOnlyRootFilesystem | bool | true |
|
resources.requests.cpu | int | 1 |
|
resources.requests.memory | string | "1Gi" |
|
nodeSelector | object | {} |
|
tolerations | list | [] |
|
affinity | object | {} |