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