From de8de23b50fd3a95e5ac044a32ae77d69c2db213 Mon Sep 17 00:00:00 2001 From: svensp Date: Fri, 23 Aug 2019 16:48:46 +0200 Subject: [PATCH] copy external links to the keepalive service --- app/Blueprint/Keepalive/KeepaliveService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Blueprint/Keepalive/KeepaliveService.php b/app/Blueprint/Keepalive/KeepaliveService.php index 01483ba..0334097 100644 --- a/app/Blueprint/Keepalive/KeepaliveService.php +++ b/app/Blueprint/Keepalive/KeepaliveService.php @@ -37,6 +37,7 @@ public function takeOver() return 'KA-'.$targetService->getName(); }); + $this->externalLinks = $targetService->externalLinks; $this->copySidekicks($this->targetService); $this->addSidekick($this->targetService); // copy volumes from so volume-from sidekicks are also added