fix: update periodSeconds for readiness and liveness probes in authentication, centralStorage, content, notification, and payment services
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ddc2ad0f4e
commit
aedddf0f96
@ -28,7 +28,7 @@ authentication:
|
|||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8004
|
port: 8004
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@ -38,7 +38,7 @@ authentication:
|
|||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8004
|
port: 8004
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@ -28,7 +28,7 @@ centralStorage:
|
|||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8005
|
port: 8005
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@ -38,7 +38,7 @@ centralStorage:
|
|||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8005
|
port: 8005
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@ -28,7 +28,7 @@ content:
|
|||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8013
|
port: 8013
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@ -38,7 +38,7 @@ content:
|
|||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8013
|
port: 8013
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@ -28,7 +28,7 @@ notification:
|
|||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@ -38,7 +38,7 @@ notification:
|
|||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@ -28,7 +28,7 @@ payment:
|
|||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8006
|
port: 8006
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@ -38,7 +38,7 @@ payment:
|
|||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8006
|
port: 8006
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user