[09.07.20] Readded linkerd inject and increased probe times as it seems to be killing early again..

This commit is contained in:
andyjk15 2020-07-09 10:48:55 +01:00
parent d5df2f8bb0
commit 728dccf906

View File

@ -17,8 +17,8 @@ spec:
maxUnavailable: 0 maxUnavailable: 0
template: template:
metadata: metadata:
# annotations: annotations:
# linkerd.io/inject: enabled linkerd.io/inject: enabled
labels: labels:
app: RESOURCE_NAME app: RESOURCE_NAME
spec: spec:
@ -61,8 +61,8 @@ spec:
path: /actuator/health path: /actuator/health
port: 9090 port: 9090
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 240
periodSeconds: 30 periodSeconds: 60
timeoutSeconds: 2 timeoutSeconds: 2
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
@ -71,8 +71,8 @@ spec:
port: 9090 port: 9090
path: /actuator/info path: /actuator/info
scheme: HTTP scheme: HTTP
initialDelaySeconds: 200 initialDelaySeconds: 280
periodSeconds: 15 periodSeconds: 30
timeoutSeconds: 2 timeoutSeconds: 2
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 10