Compare commits

..

No commits in common. "0e8df1d869a2b2fffd07a18da2eeb400962ed1d4" and "3e2d6271d49bbef123d9bee4326d9f5c96564864" have entirely different histories.

3 changed files with 13 additions and 11 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,12 +25,14 @@ spec:
egress:
- to:
- ipBlock:
# 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
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

View File

@ -53,7 +53,7 @@ spec:
enabled: true
primary: true
port: &game_port 8211
nodePort: 32576
nodePort: 38211
protocol: UDP
rcon: