pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

Let users control deployment strategy #61

Closed abatilo closed 4 years ago

abatilo commented 4 years ago

The other defaults for a kx.Deployment all seem reasonable, but the default Kubernetes Deployment strategy can be a little aggressive with the 25% maxUnavailable.

It'd be nice to be able to pass in such a sensitive configuration.

abatilo commented 4 years ago

Never mind. You totally can do this. I misread the type definitions. Closing.