opsrule
opsrule can be used to define workspace-level operational rule configurations.
Attributes
| Name and Description | Type | Default Value | Required | 
|---|---|---|---|
| maxUnavailable The maximum percentage of the total pod instances in the component that can be simultaneously unhealthy. | int | str | Undefined | optional | 
Examples
modules:
    opsrule: 
        path: oci://ghcr.io/kusionstack/opsrule
        version: 0.2.0
        configs: 
            default:
                maxUnavailable: "40%"