ci(bump): update notification image tag and adjust health check parameters

This commit is contained in:
Nicolas 2025-09-26 09:45:27 +08:00
parent 19754e6fb6
commit 6d20fa3130

View File

@ -15,7 +15,7 @@ notification:
registry: docker.io registry: docker.io
repository: null repository: null
name: notification name: notification
tag: snapshot-11c52d6 tag: snapshot-2a517fa
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
deploymentStrategy: deploymentStrategy:
type: RollingUpdate type: RollingUpdate
@ -37,13 +37,13 @@ notification:
readiness: readiness:
type: httpGet type: httpGet
config: config:
path: /api/_/livez path: /api/_/readyz
port: 8003 port: 8003
initialDelaySeconds: 120 initialDelaySeconds: 60
periodSeconds: 30 periodSeconds: 5
timeoutSeconds: 3 timeoutSeconds: 3
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 24
liveness: liveness:
type: httpGet type: httpGet
config: config:
@ -51,9 +51,9 @@ notification:
port: 8003 port: 8003
initialDelaySeconds: 120 initialDelaySeconds: 120
periodSeconds: 30 periodSeconds: 30
timeoutSeconds: 3 timeoutSeconds: 5
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 4
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
services: services:
- name: notification-service - name: notification-service