From 628a47ad88e0935c9fb75f5b843e07211007e255 Mon Sep 17 00:00:00 2001 From: Matthew Kent Date: Fri, 10 Nov 2023 16:39:06 -0800 Subject: [PATCH] Background for the new option. --- lib/kamal/cli/templates/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/kamal/cli/templates/deploy.yml b/lib/kamal/cli/templates/deploy.yml index 65b3062d..44fa2294 100644 --- a/lib/kamal/cli/templates/deploy.yml +++ b/lib/kamal/cli/templates/deploy.yml @@ -83,3 +83,11 @@ registry: # boot: # limit: 10 # Can also specify as a percentage of total hosts, such as "25%" # wait: 2 + +# Configure the role used to determine the primary_web_host. This host takes +# deploy locks, runs health checks during the deploy, and follow logs, etc. +# This role should have traefik enabled. +# +# Caution: there's no support for role renaming yet, so be careful to cleanup +# the previous role on the deployed hosts. +# primary_web_role: web