Skip to content

Commit

Permalink
Merge pull request #7744 from stubenhuang/issue-failureThreshold-7741
Browse files Browse the repository at this point in the history
feat: 修改deployment的failureThreshold #7741
  • Loading branch information
mingshewhe authored Oct 13, 2022
2 parents 2386be8 + 63435bf commit 3e8d780
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/artifactory/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -121,7 +121,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- name: storage
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/auth/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/dispatch/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -109,7 +109,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/dispatch/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/dispatchDocker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -109,7 +109,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/dispatch-docker/jvm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -108,7 +108,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/dispatch-kubernetes/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/environment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -109,7 +109,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/environment/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/image/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/image/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/log/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/log/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/metrics/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/metrics/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/misc/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/misc/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/notify/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/notify/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/openapi/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 270
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 270
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/openapi/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/plugin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/plugin/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/process/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/process/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/project/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -127,7 +127,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/project/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/quality/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/quality/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/repository/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/repository/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/store/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 200
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 200
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/store/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/stream/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/stream/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/ticket/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/ticket/jvm
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/turbo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -92,7 +92,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- name: quartz-config
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/core/ci/templates/websocket/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
initialDelaySeconds: 90
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
readinessProbe:
httpGet:
Expand All @@ -107,7 +107,7 @@ spec:
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
failureThreshold: 20
successThreshold: 1
volumeMounts:
- mountPath: /data/workspace/websocket/jvm
Expand Down

0 comments on commit 3e8d780

Please sign in to comment.