cluster/services/soda: add internal dns record
This commit is contained in:
parent
82bf6c028a
commit
42e2fb5af6
1 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,8 @@
|
|||
module = "sshConnect";
|
||||
};
|
||||
|
||||
dns.records.soda.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
dns.records = {
|
||||
soda.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
"soda.int".target = [ "10.10.2.206" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue