[09.07.20] Readded linkerd inject and increased probe times as it seems to be killing early again..
This commit is contained in:
parent
d5df2f8bb0
commit
728dccf906
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user