Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.04 KB

README.md

File metadata and controls

48 lines (38 loc) · 2.04 KB

overprovisioner

Version: 0.2.0 Type: application AppVersion: 3.10

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

Maintainers

Name Email Url
sergelogvinov https://github.com/sergelogvinov

Source Code

Values

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 {}