From f73cbfcc85e832d19880b39bb06ef52f2000965b Mon Sep 17 00:00:00 2001 From: Mark Burnett Date: Tue, 17 Jul 2018 14:56:23 -0500 Subject: [PATCH] Add liveness probe to kube-proxy Change-Id: I420926a5720a90eb1748ba2bc58ac62fc4e93dd9 --- charts/proxy/templates/daemonset.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/proxy/templates/daemonset.yaml b/charts/proxy/templates/daemonset.yaml index c584f7c9..1af7df6b 100644 --- a/charts/proxy/templates/daemonset.yaml +++ b/charts/proxy/templates/daemonset.yaml @@ -62,6 +62,16 @@ spec: value: {{ .Values.kube_service.host }} - name: KUBERNETES_SERVICE_PORT value: {{ .Values.kube_service.port | quote }} + livenessProbe: + httpGet: + host: 127.0.0.1 + path: /healthz + port: 10256 + failureThreshold: 3 + initialDelaySeconds: 15 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 readinessProbe: exec: command: