Manifests.io

Easy to use kubernetes documentation

Deployment.spec.strategy

DeploymentStrategy describes how to replace existing pods with new ones.

Description
rollingUpdate 🔗
RollingUpdateDeployment

Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

type
string

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

See an issue here?