mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-26 12:29:13 +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
|
- SYS_MODULE
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- 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:
|
volumeMounts:
|
||||||
- mountPath: /hostproc
|
- mountPath: /hostproc
|
||||||
name: proc
|
name: proc
|
||||||
|
Loading…
Reference in New Issue
Block a user