fix(wireshark): probe type (#5005)

* fix(wireshark): probe type

* add caps and remove privs
This commit is contained in:
Stavros Kois
2022-11-30 21:29:29 +02:00
committed by GitHub
parent b71eb0f9ef
commit 0ac0a66547
2 changed files with 17 additions and 7 deletions
+15 -5
View File
@@ -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