Skip to content

Commit a41d2ec

Browse files
committed
kuberesource: increase memory limit for openssl
Signed-off-by: Paul Meyer <[email protected]>
1 parent d33269b commit a41d2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kuberesource/sets.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func OpenSSL() []any {
7676
WithContainerPort(443),
7777
).
7878
WithResources(ResourceRequirements().
79-
WithMemoryLimitAndRequest(50),
79+
WithMemoryLimitAndRequest(250),
8080
).
8181
WithReadinessProbe(Probe().
8282
WithInitialDelaySeconds(1).
@@ -117,7 +117,7 @@ func OpenSSL() []any {
117117
WithPort(intstr.FromInt(443))),
118118
).
119119
WithResources(ResourceRequirements().
120-
WithMemoryLimitAndRequest(50),
120+
WithMemoryLimitAndRequest(250),
121121
),
122122
),
123123
),

0 commit comments

Comments
 (0)