diff --git a/pkg/client/install.go b/pkg/client/install.go index ae3a4f6ea..4dc5243d3 100644 --- a/pkg/client/install.go +++ b/pkg/client/install.go @@ -107,4 +107,16 @@ spec: - containerPort: 44134 name: tiller imagePullPolicy: Always + livenessProbe: + httpGet: + path: /liveness + port: 44135 + initialDelaySeconds: 1 + timeoutSeconds: 1 + readinessProbe: + httpGet: + path: /readiness + port: 44135 + initialDelaySeconds: 1 + timeoutSeconds:1 `