File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func plausibleTemplate() *schema.TemplateDefinition {
71
71
Image : utils .ToPtr ("ghcr.io/plausible/community-edition:v3" ),
72
72
Resources : & schema.Resources {
73
73
CPURequestsMillicores : 30 ,
74
- CPULimitsMillicores : 200 ,
74
+ CPULimitsMillicores : 500 ,
75
75
},
76
76
Ports : []schema.PortSpec {
77
77
{
@@ -84,10 +84,10 @@ func plausibleTemplate() *schema.TemplateDefinition {
84
84
Path : "/api/health" ,
85
85
Port : utils .ToPtr (int32 (8000 )),
86
86
PeriodSeconds : 10 ,
87
- TimeoutSeconds : 5 ,
88
- StartupFailureThreshold : 5 ,
87
+ TimeoutSeconds : 10 ,
88
+ StartupFailureThreshold : 10 ,
89
89
LivenessFailureThreshold : 5 ,
90
- ReadinessFailureThreshold : 3 ,
90
+ ReadinessFailureThreshold : 10 ,
91
91
},
92
92
Variables : []schema.TemplateVariable {
93
93
{
You can’t perform that action at this time.
0 commit comments