Compare commits
2 Commits
3e2d6271d4
...
0e8df1d869
Author | SHA1 | Date |
---|---|---|
SeanOMik | 0e8df1d869 | |
SeanOMik | 8d70ec3f62 |
|
@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./network_policy.yaml
|
||||
#- ./network_policy.yaml
|
||||
#- ./factorio
|
||||
- ./palworld
|
|
@ -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
|
|
@ -53,7 +53,7 @@ spec:
|
|||
enabled: true
|
||||
primary: true
|
||||
port: &game_port 8211
|
||||
nodePort: 38211
|
||||
nodePort: 32576
|
||||
protocol: UDP
|
||||
|
||||
rcon:
|
||||
|
|
Loading…
Reference in New Issue