Skip to content

Commit d5891ad

Browse files
authored
Increase cr-syncer health check period (#223)
On our integration test project, this makes up 90% of the requests from the cr-syncer. I hope this will reduce the load on nginx. b/299409898
1 parent 26a1153 commit d5891ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app_charts/base/robot/cr-syncer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ spec:
3030
port: 8080
3131
failureThreshold: 3
3232
initialDelaySeconds: 10
33-
periodSeconds: 10
33+
periodSeconds: 120
3434
timeoutSeconds: 60
3535
securityContext:
3636
allowPrivilegeEscalation: false
37-
readOnlyRootFilesystem: true
37+
readOnlyRootFilesystem: true
3838
securityContext:
3939
runAsNonRoot: true
4040
runAsUser: 65532

0 commit comments

Comments
 (0)