Skip to content

Commit a1dd855

Browse files
author
openyurt-bot
committed
align with openyurt helm charts from commit 5fbb8515f156f610bd9107d4cf980804399c10a8
1 parent 6db53ca commit a1dd855

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/yurthub/templates/yurthub-cloud-yurtstaticset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ spec:
5858
host: {{ .Values.yurthubBindingAddr }}
5959
path: /v1/readyz
6060
port: 10267
61-
initialDelaySeconds: 120
62-
periodSeconds: 20
61+
initialDelaySeconds: 30
62+
periodSeconds: 15
6363
failureThreshold: 3
6464
resources:
6565
requests:

charts/yurthub/templates/yurthub-yurtstaticset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ spec:
5858
host: {{ .Values.yurthubBindingAddr }}
5959
path: /v1/readyz
6060
port: 10267
61-
initialDelaySeconds: 120
62-
periodSeconds: 20
61+
initialDelaySeconds: 30
62+
periodSeconds: 15
6363
failureThreshold: 3
6464
resources:
6565
requests:

0 commit comments

Comments
 (0)