diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index ade47df3b..8b40b29da 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -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