From 62e6bac12583a4fa97b21658279b810b2f0dd996 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 15 Aug 2021 13:25:30 +0200 Subject: [PATCH] example after generator --- .../Quick-Start Guides/14-linking-apps.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/manual/Quick-Start Guides/14-linking-apps.md b/docs/manual/Quick-Start Guides/14-linking-apps.md index 7438e90ade4..ce34a5ef786 100644 --- a/docs/manual/Quick-Start Guides/14-linking-apps.md +++ b/docs/manual/Quick-Start Guides/14-linking-apps.md @@ -20,15 +20,6 @@ If you need to reach a different service (which is not often the case!), you nee - `$SVCNAME.ix-$APPNAME.svc.cluster.local` or - `$SVCNAME.ix-$APPNAME` -##### Example - -To reach an app named "sabnzbd" within Sonarr, we can use the following internal domain name: - -- `sabnzbd.ix-sabnzbd` - - - - ##### Internal Domain Name generator @@ -79,6 +70,15 @@ function generatesvc(name, app, service) { + +##### Example + +To reach an app named "sabnzbd" within Sonarr, we can use the following internal domain name: + +- `sabnzbd.ix-sabnzbd` + + + #### Video Guide ![type:video](https://www.youtube.com/embed/TKh7NXjk91w)