fix(wireshark): probe type (#5005)
* fix(wireshark): probe type * add caps and remove privs
This commit is contained in:
@@ -6,28 +6,38 @@ image:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: true
|
||||
|
||||
hostNetwork: true
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
hostNetwork: true
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
protocol: HTTP
|
||||
port: 3000
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: /
|
||||
readiness:
|
||||
path: /
|
||||
startup:
|
||||
path: /
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
enabled: true
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user