Class RollingUpdateConfig

java.lang.Object
io.quarkus.kubernetes.deployment.RollingUpdateConfig

public class RollingUpdateConfig extends Object
  • Field Details

    • maxUnavailable

      @ConfigItem(defaultValue="25%") String maxUnavailable
      Specifies the maximum number of Pods that can be unavailable during the update process.
    • maxSurge

      @ConfigItem(defaultValue="25%") String maxSurge
      Specifies the maximum number of Pods that can be created over the desired number of Pods.
  • Constructor Details

    • RollingUpdateConfig

      public RollingUpdateConfig()