Skip to main content
Version: v0.12

opsrule

opsrule can be used to define workspace-level operational rule configurations.

Attributes

Name and DescriptionTypeDefault ValueRequired
maxUnavailable
The maximum percentage of the total pod instances in the component that can be
simultaneously unhealthy.
int | strUndefinedoptional

Examples

modules:
opsrule:
path: oci://ghcr.io/kusionstack/opsrule
version: 0.2.0
configs:
default:
maxUnavailable: "40%"