mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-25 03:49:12 +00:00
🚀 Add readiness and liveness probes to worker DaemonSet
(#1414)
Signed-off-by: Luiz Oliveira <ziuloliveira@gmail.com>
This commit is contained in:
parent
579cb47ecf
commit
63325ec890
@ -71,6 +71,16 @@ spec:
|
||||
- SYS_MODULE
|
||||
drop:
|
||||
- ALL
|
||||
readinessProbe:
|
||||
periodSeconds: 1
|
||||
initialDelaySeconds: 1
|
||||
tcpSocket:
|
||||
port: {{ .Values.tap.proxy.worker.srvport }}
|
||||
livenessProbe:
|
||||
periodSeconds: 1
|
||||
initialDelaySeconds: 1
|
||||
tcpSocket:
|
||||
port: {{ .Values.tap.proxy.worker.srvport }}
|
||||
volumeMounts:
|
||||
- mountPath: /hostproc
|
||||
name: proc
|
||||
|
Loading…
Reference in New Issue
Block a user