fix(palworld): disable network policy

This commit is contained in:
SeanOMik 2024-01-27 00:59:25 -05:00
parent 3e2d6271d4
commit 8d70ec3f62
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 10 additions and 12 deletions

View File

@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./network_policy.yaml
#- ./network_policy.yaml
#- ./factorio
- ./palworld

View File

@ -25,14 +25,12 @@ spec:
egress:
- to:
- ipBlock:
cidr: 192.168.87.0/24 # server lan
ports:
# palworld
- protocol: UDP
port: 8211
- protocol: UDP
port: 38211
- protocol: UDP
port: 25575
- protocol: UDP
port: 32575
# allow all IPs
cidr: 0.0.0.0/0
except:
# except the private IP ranges: https://en.wikipedia.org/wiki/Private_network
- 10.0.0.0/8
- 192.168.0.0/16
- 172.16.0.0/20
- ipBlock:
cidr: 192.168.87.250/24 # server