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 = [
|
||||
{
|
||||
targets = [
|
||||
"metrics.internal:${defaultNodePort}"
|
||||
"caddy.internal:${defaultNodePort}"
|
||||
"arr.internal:${defaultNodePort}"
|
||||
"nextcloud.internal:${defaultNodePort}"
|
||||
"vaultwarden.internal:${defaultNodePort}"
|
||||
"plex.internal:${defaultNodePort}"
|
||||
"portainer.internal:${defaultNodePort}"
|
||||
"${p.hosts.metrics}:${defaultNodePort}"
|
||||
"${p.hosts.caddy}:${defaultNodePort}"
|
||||
"${p.hosts.arr}:${defaultNodePort}"
|
||||
"${p.hosts.nextcloud}:${defaultNodePort}"
|
||||
"${p.hosts.vaultwarden}:${defaultNodePort}"
|
||||
"${p.hosts.plex}:${defaultNodePort}"
|
||||
"${p.hosts.portainer}:${defaultNodePort}"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue