Skip to content

Commit 063bb42

Browse files
committed
Change plausible
1 parent 6ed8b35 commit 063bb42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/templates/plausible.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func plausibleTemplate() *schema.TemplateDefinition {
7171
Image: utils.ToPtr("ghcr.io/plausible/community-edition:v3"),
7272
Resources: &schema.Resources{
7373
CPURequestsMillicores: 30,
74-
CPULimitsMillicores: 200,
74+
CPULimitsMillicores: 500,
7575
},
7676
Ports: []schema.PortSpec{
7777
{
@@ -84,10 +84,10 @@ func plausibleTemplate() *schema.TemplateDefinition {
8484
Path: "/api/health",
8585
Port: utils.ToPtr(int32(8000)),
8686
PeriodSeconds: 10,
87-
TimeoutSeconds: 5,
88-
StartupFailureThreshold: 5,
87+
TimeoutSeconds: 10,
88+
StartupFailureThreshold: 10,
8989
LivenessFailureThreshold: 5,
90-
ReadinessFailureThreshold: 3,
90+
ReadinessFailureThreshold: 10,
9191
},
9292
Variables: []schema.TemplateVariable{
9393
{

0 commit comments

Comments
 (0)