example after generator

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-15 13:25:30 +02:00
parent dd2f0b8d99
commit 62e6bac125
@@ -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`
<a href="https://truecharts.org/_static/img/linking/linking-example-sonarrsabnzbd.png"><img src="https://truecharts.org/_static/img/linking/linking-example-sonarrsabnzbd.png" width="100%"/></a>
##### Internal Domain Name generator
@@ -79,6 +70,15 @@ function generatesvc(name, app, service) {
</div>
</FORM>
##### Example
To reach an app named "sabnzbd" within Sonarr, we can use the following internal domain name:
- `sabnzbd.ix-sabnzbd`
<a href="https://truecharts.org/_static/img/linking/linking-example-sonarrsabnzbd.png"><img src="https://truecharts.org/_static/img/linking/linking-example-sonarrsabnzbd.png" width="100%"/></a>
#### Video Guide
![type:video](https://www.youtube.com/embed/TKh7NXjk91w)