Skip to content

Commit 318338d

Browse files
committed
fix(k8s): increase request memory for web pod
1 parent f59e904 commit 318338d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/kustomize/web/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
resources:
7373
requests:
7474
cpu: 50m
75-
memory: 128Mi
75+
memory: 196Mi
7676
securityContext:
7777
allowPrivilegeEscalation: false
7878
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)