Skip to content

Commit b14d91f

Browse files
authored
Merge pull request #15 from The-smooth-operator/mem_limit
Increase memory limits
2 parents 3bea5fe + f771f9c commit b14d91f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ spec:
2222
imagePullPolicy: Always
2323
resources:
2424
requests:
25-
memory: 128Mi
25+
memory: 256Mi
2626
limits:
27-
memory: 512Mi
27+
memory: 1024Mi
2828
ports:
2929
- containerPort: 8082
3030
readinessProbe:

0 commit comments

Comments
 (0)