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 kind: Kustomization
resources: resources:
- ./namespace.yaml - ./namespace.yaml
- ./network_policy.yaml #- ./network_policy.yaml
#- ./factorio #- ./factorio
- ./palworld - ./palworld

View File

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