ci(bump): update notification image tag and adjust health check parameters
This commit is contained in:
parent
19754e6fb6
commit
6d20fa3130
@ -15,7 +15,7 @@ notification:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: notification
|
||||
tag: snapshot-11c52d6
|
||||
tag: snapshot-2a517fa
|
||||
imagePullPolicy: IfNotPresent
|
||||
deploymentStrategy:
|
||||
type: RollingUpdate
|
||||
@ -37,13 +37,13 @@ notification:
|
||||
readiness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/livez
|
||||
path: /api/_/readyz
|
||||
port: 8003
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 10
|
||||
failureThreshold: 24
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
@ -51,9 +51,9 @@ notification:
|
||||
port: 8003
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 10
|
||||
failureThreshold: 4
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user