Variables
This commit is contained in:
parent
67483e3373
commit
42f1120e89
1 changed files with 7 additions and 7 deletions
|
|
@ -76,13 +76,13 @@ in
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = [
|
targets = [
|
||||||
"metrics.internal:${defaultNodePort}"
|
"${p.hosts.metrics}:${defaultNodePort}"
|
||||||
"caddy.internal:${defaultNodePort}"
|
"${p.hosts.caddy}:${defaultNodePort}"
|
||||||
"arr.internal:${defaultNodePort}"
|
"${p.hosts.arr}:${defaultNodePort}"
|
||||||
"nextcloud.internal:${defaultNodePort}"
|
"${p.hosts.nextcloud}:${defaultNodePort}"
|
||||||
"vaultwarden.internal:${defaultNodePort}"
|
"${p.hosts.vaultwarden}:${defaultNodePort}"
|
||||||
"plex.internal:${defaultNodePort}"
|
"${p.hosts.plex}:${defaultNodePort}"
|
||||||
"portainer.internal:${defaultNodePort}"
|
"${p.hosts.portainer}:${defaultNodePort}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue