🚀 Add readiness and liveness probes to worker DaemonSet (#1414)

Signed-off-by: Luiz Oliveira <ziuloliveira@gmail.com>
This commit is contained in:
Luiz Oliveira 2023-08-19 14:32:49 -03:00 committed by GitHub
parent 579cb47ecf
commit 63325ec890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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