Merge branch 'main' into stable

This commit is contained in:
Micke Nordin 2023-02-17 16:27:43 +01:00
commit fc32dfe6fd
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 6 additions and 6 deletions

View file

@ -339,8 +339,8 @@ define sunetdrive::app_type (
port => 443,
}
sunet::nftables::docker_expose { 'https':
from => ['any'],
port => 443,
allow_clients => ['any'],
port => 443,
}
}

View file

@ -70,12 +70,12 @@ class sunetdrive::proxysql (
port => 6080,
}
sunet::nftables::docker_expose { 'stats_ports':
from => $tug_office,
port => 6080,
allow_clients => $tug_office,
port => 6080,
}
sunet::nftables::docker_expose { 'proxysql':
from => ['any'],
port => 6032,
allow_clients => ['any'],
port => 6032,
}
sunet::docker_compose { 'drive_proxysql_docker_compose':