change port range for minecraft

This commit is contained in:
royalcat 2025-03-30 03:52:32 +04:00
parent 553e3e1eb4
commit d627a2aedd
2 changed files with 2 additions and 0 deletions
.ansible
inventory.yaml
k3s-configs-templates

View file

@ -12,6 +12,7 @@ k3s_cluster:
k3s_server_config_yaml_d_files:
- ./k3s-configs-templates/kubeconfig.yaml
- ./k3s-configs-templates/vpn-auth.yaml
- ./k3s-configs-templates/port-range.yaml
# murino-worker-1:
# ansible_user: root

View file

@ -0,0 +1 @@
service-node-port-range: "20000-40000"