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