feat: increase initialDelaySeconds for notification service probes

This commit is contained in:
icecheng 2025-09-17 14:32:45 +08:00
parent 319f7c09b0
commit 15bc2cb93d
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ notification:
config:
path: /api/_/readyz
port: 8003
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
@ -44,7 +44,7 @@ notification:
config:
path: /api/_/livez
port: 8003
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1

View File

@ -32,7 +32,7 @@ notification:
config:
path: /api/_/readyz
port: 8003
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
@ -42,7 +42,7 @@ notification:
config:
path: /api/_/livez
port: 8003
initialDelaySeconds: 5
initialDelaySeconds: 30
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1