Skip to content

Commit 5819f53

Browse files
committed
review comments
Tool: gitpod/catfood.gitpod.cloud
1 parent 5e4a033 commit 5819f53

File tree

2 files changed

+1
-185
lines changed

2 files changed

+1
-185
lines changed

install/installer/pkg/components/server/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
383383
},
384384
InitialDelaySeconds: 5,
385385
PeriodSeconds: 10,
386-
FailureThreshold: 12, // try for 120 seconds, then re-start the container
386+
FailureThreshold: 12, // try for 120 seconds
387387
},
388388
SecurityContext: &corev1.SecurityContext{
389389
Privileged: pointer.Bool(false),

prd/001-readinessprobe-server.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)