Merge pull request #2156 from pikasTech/fix/2039-pac-watcher-startup-probes
fix(pac): 提升 watcher 启动 backlog 韧性
This commit is contained in:
@@ -42,6 +42,37 @@ release:
|
||||
controllerServiceName: pipelines-as-code-controller
|
||||
controllerServicePort: 8080
|
||||
waitTimeoutSeconds: 55
|
||||
workloads:
|
||||
watcher:
|
||||
deploymentName: pipelines-as-code-watcher
|
||||
containerName: pac-watcher
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: probes
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 60
|
||||
successThreshold: 1
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: probes
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 3
|
||||
successThreshold: 1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: probes
|
||||
initialDelaySeconds: 180
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
successThreshold: 1
|
||||
deliveryProvenance:
|
||||
version: admission-pac-v2
|
||||
markerAnnotation: unidesk.ai/pac-admission-provenance
|
||||
|
||||
Reference in New Issue
Block a user