mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Dynamic port selection for services with the capacity
This commit is contained in:
parent
d071b38d63
commit
cbe2718ebf
1 changed files with 3 additions and 3 deletions
|
|
@ -35,13 +35,13 @@
|
||||||
credentialsFile = config.sops.secrets.cloudflare_mediabox_tunnel.path;
|
credentialsFile = config.sops.secrets.cloudflare_mediabox_tunnel.path;
|
||||||
ingress = {
|
ingress = {
|
||||||
"plex.gensokyo.zone".service = "http://localhost:32400";
|
"plex.gensokyo.zone".service = "http://localhost:32400";
|
||||||
"tautuli.gensokyo.zone".service = "http://localhost:8181";
|
"tautuli.gensokyo.zone".service = "http://localhost:${toString config.services.tautulli.port}";
|
||||||
"ombi.gensokyo.zone".service = "http://localhost:3579";
|
"ombi.gensokyo.zone".service = "http://localhost:${toString config.services.ombi.port}";
|
||||||
"sonarr.gensokyo.zone".service = "http://localhost:8989";
|
"sonarr.gensokyo.zone".service = "http://localhost:8989";
|
||||||
"radarr.gensokyo.zone".service = "http://localhost:7878";
|
"radarr.gensokyo.zone".service = "http://localhost:7878";
|
||||||
"bazarr.gensokyo.zone".service = "http://localhost:6767";
|
"bazarr.gensokyo.zone".service = "http://localhost:6767";
|
||||||
"jackett.gensokyo.zone".service = "http://localhost:9117";
|
"jackett.gensokyo.zone".service = "http://localhost:9117";
|
||||||
"deluge.gensokyo.zone".service = "http://localhost:9117";
|
"deluge.gensokyo.zone".service = "http://localhost:${toString config.services.deluge.web.port}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue