Sha256: 707645bcff5ea78bf10fa7808054522175e44f291729c803dcf1117d26d1b721

Contents?: true

Size: 523 Bytes

Versions: 19

Compression:

Stored size: 523 Bytes

Contents

# Booting
#
# When deploying to large numbers of hosts, you might prefer not to restart your services on every host at the same time.
#
# Kamal’s default is to boot new containers on all hosts in parallel. But you can control this with the boot configuration.

# Fixed group sizes
#
# Here we boot 2 hosts at a time with a 10 second gap between each group.
boot:
  limit: 2
  wait: 10

# Percentage of hosts
#
# Here we boot 25% of the hosts at a time with a 2 second gap between each group.
boot:
  limit: 25%
  wait: 2

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
kamal-1.9.2 lib/kamal/configuration/docs/boot.yml
kamal-1.9.1 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0 lib/kamal/configuration/docs/boot.yml
kamal-1.9.0 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.rc4 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.rc3 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.rc2 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.rc1 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.beta2 lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.alpha lib/kamal/configuration/docs/boot.yml
kamal-2.0.0.beta1 lib/kamal/configuration/docs/boot.yml
kamal-1.8.3 lib/kamal/configuration/docs/boot.yml
kamal-1.8.2 lib/kamal/configuration/docs/boot.yml
kamal-1.8.1 lib/kamal/configuration/docs/boot.yml
kamal-1.8.0 lib/kamal/configuration/docs/boot.yml
kamal-1.7.3 lib/kamal/configuration/docs/boot.yml
kamal-1.7.2 lib/kamal/configuration/docs/boot.yml
kamal-1.7.1 lib/kamal/configuration/docs/boot.yml
kamal-1.7.0 lib/kamal/configuration/docs/boot.yml