Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7de937

Browse files
committed
Increase timeouts for healthchecks
1 parent03713e9 commitb7de937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎k8s/stubbornjava.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ spec:
3939
httpGet:
4040
path:/ping
4141
port:8080
42-
initialDelaySeconds:1
43-
periodSeconds:2
42+
initialDelaySeconds:2
43+
periodSeconds:3
4444
# Right now this is all we need. Make this more sophisticated once we add a database.
4545
readinessProbe:
4646
httpGet:
4747
path:/ping
4848
port:8080
49-
initialDelaySeconds:1
50-
periodSeconds:2
49+
initialDelaySeconds:2
50+
periodSeconds:3
5151
ports:
5252
-containerPort:8080
5353
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp