1
0
Fork 0

bicep/matrix: allow global address of new ildkule to access metrics

This commit is contained in:
Daniel Lovbrotte Olsen 2024-04-24 03:03:48 +02:00
parent 55e8f01d1d
commit dcf29b76b8
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,8 @@ in {
extraConfig = ''
allow ${values.hosts.ildkule.ipv4};
allow ${values.hosts.ildkule.ipv6};
allow ${values.hosts.ildkule.ipv4_global};
allow ${values.hosts.ildkule.ipv6_global};
deny all;
'';
}))
@ -181,6 +183,8 @@ in {
extraConfig = ''
allow ${values.hosts.ildkule.ipv4};
allow ${values.hosts.ildkule.ipv6};
allow ${values.hosts.ildkule.ipv4_global};
allow ${values.hosts.ildkule.ipv6_global};
deny all;
'';
};