fix(hostsensorsutils): remove hostNet and hostPort from deployment

Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
This commit is contained in:
Alessio Greggi
2023-02-27 18:20:55 +01:00
parent 245331b82a
commit 39e2e34fc0

View File

@@ -45,7 +45,6 @@ spec:
procMount: Unmasked
ports:
- name: scanner # Do not change port name
hostPort: 7888
containerPort: 7888
protocol: TCP
resources:
@@ -72,6 +71,5 @@ spec:
path: /
type: Directory
name: host-filesystem
hostNetwork: true
hostPID: true
hostIPC: true