Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
copy external links to the keepalive service
Browse files Browse the repository at this point in the history
  • Loading branch information
svensp committed Aug 23, 2019
1 parent 1ac123b commit de8de23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Blueprint/Keepalive/KeepaliveService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de8de23

Please sign in to comment.