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:
zhenyus 2025-03-17 21:53:50 +08:00
parent ddc2ad0f4e
commit aedddf0f96
5 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@ authentication:
path: /api/_/readyz
port: 8004
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
@ -38,7 +38,7 @@ authentication:
path: /api/_/livez
port: 8004
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3

View File

@ -28,7 +28,7 @@ centralStorage:
path: /api/_/readyz
port: 8005
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
@ -38,7 +38,7 @@ centralStorage:
path: /api/_/livez
port: 8005
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3

View File

@ -28,7 +28,7 @@ content:
path: /api/_/readyz
port: 8013
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
@ -38,7 +38,7 @@ content:
path: /api/_/livez
port: 8013
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3

View File

@ -28,7 +28,7 @@ notification:
path: /api/_/readyz
port: 8003
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
@ -38,7 +38,7 @@ notification:
path: /api/_/livez
port: 8003
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3

View File

@ -28,7 +28,7 @@ payment:
path: /api/_/readyz
port: 8006
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
@ -38,7 +38,7 @@ payment:
path: /api/_/livez
port: 8006
initialDelaySeconds: 5
periodSeconds: 10
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3