Skip to content

Commit

Permalink
chore: increase liveness timeout (#10730)
Browse files Browse the repository at this point in the history
Fix: #10728
Signed-off-by: cleverhu <shouping.hu@daocloud.io>

Signed-off-by: cleverhu <shouping.hu@daocloud.io>
  • Loading branch information
cleverhu committed Oct 21, 2022
1 parent 63c42d8 commit f059d8b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
failureThreshold: 3
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz
Expand Down
1 change: 1 addition & 0 deletions manifests/base/server/argocd-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ spec:
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz
Expand Down
3 changes: 2 additions & 1 deletion manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9961,7 +9961,8 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
timeoutSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down
4 changes: 3 additions & 1 deletion manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11412,7 +11412,8 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
timeoutSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -11736,6 +11737,7 @@ spec:
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
timeoutSeconds: 5
name: argocd-server
ports:
- containerPort: 8080
Expand Down
4 changes: 3 additions & 1 deletion manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,8 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
timeoutSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -2402,6 +2403,7 @@ spec:
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
timeoutSeconds: 5
name: argocd-server
ports:
- containerPort: 8080
Expand Down
4 changes: 3 additions & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10439,7 +10439,8 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
timeoutSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -10759,6 +10760,7 @@ spec:
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
timeoutSeconds: 5
name: argocd-server
ports:
- containerPort: 8080
Expand Down
4 changes: 3 additions & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,8 @@ spec:
path: /healthz?full=true
port: 8084
initialDelaySeconds: 30
periodSeconds: 5
periodSeconds: 30
timeoutSeconds: 5
name: argocd-repo-server
ports:
- containerPort: 8081
Expand Down Expand Up @@ -1425,6 +1426,7 @@ spec:
port: 8080
initialDelaySeconds: 3
periodSeconds: 30
timeoutSeconds: 5
name: argocd-server
ports:
- containerPort: 8080
Expand Down

0 comments on commit f059d8b

Please sign in to comment.