We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33269b commit a41d2ecCopy full SHA for a41d2ec
internal/kuberesource/sets.go
@@ -76,7 +76,7 @@ func OpenSSL() []any {
76
WithContainerPort(443),
77
).
78
WithResources(ResourceRequirements().
79
- WithMemoryLimitAndRequest(50),
+ WithMemoryLimitAndRequest(250),
80
81
WithReadinessProbe(Probe().
82
WithInitialDelaySeconds(1).
@@ -117,7 +117,7 @@ func OpenSSL() []any {
117
WithPort(intstr.FromInt(443))),
118
119
120
121
),
122
123
0 commit comments