Removed host network

This commit is contained in:
Donato Mastronardi
2026-03-17 23:08:34 +01:00
parent c2286ec64b
commit 8462809fcc

View File

@@ -12,7 +12,6 @@ spec:
labels:
app: beszel-agent
spec:
hostNetwork: true
tolerations:
- key: node-role.kubernetes.io/control-plane
volumes:
@@ -32,6 +31,9 @@ spec:
- name: containerd
mountPath: /var/run/docker.sock
readOnly: true
ports:
- containerPort: 45876
hostPort: 45876
env:
- name: LISTEN
value: "45876"