From 728dccf906b96df1fc26c30464f19a8e56b687c0 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 9 Jul 2020 10:48:55 +0100 Subject: [PATCH] [09.07.20] Readded linkerd inject and increased probe times as it seems to be killing early again.. --- configuration/kubernetes/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 517819f..201741b 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -17,8 +17,8 @@ spec: maxUnavailable: 0 template: metadata: -# annotations: -# linkerd.io/inject: enabled + annotations: + linkerd.io/inject: enabled labels: app: RESOURCE_NAME spec: @@ -61,8 +61,8 @@ spec: path: /actuator/health port: 9090 scheme: HTTP - initialDelaySeconds: 180 - periodSeconds: 30 + initialDelaySeconds: 240 + periodSeconds: 60 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 3 @@ -71,8 +71,8 @@ spec: port: 9090 path: /actuator/info scheme: HTTP - initialDelaySeconds: 200 - periodSeconds: 15 + initialDelaySeconds: 280 + periodSeconds: 30 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 10