Removed host network
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user