cluster/services/soda: add internal dns record

This commit is contained in:
Max Headroom 2023-12-05 23:25:57 +01:00
parent 82bf6c028a
commit 42e2fb5af6

View file

@ -6,5 +6,8 @@
module = "sshConnect"; 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" ];
};
} }