Skip to content

Commit 6be964c

Browse files
authored
KubeArchive: increase memory (#8923)
Signed-off-by: Hector Martinez <[email protected]>
1 parent ec7bc4d commit 6be964c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/kubearchive/production/stone-prd-rh01/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ patches:
175175
- containerPort: 8081
176176
resources:
177177
limits:
178-
cpu: 500m
179-
memory: 8Gi
178+
cpu: 1
179+
memory: 15Gi
180180
requests:
181-
cpu: 500m
182-
memory: 8Gi
181+
cpu: 1
182+
memory: 15Gi
183183
184184
- patch: |-
185185
apiVersion: apps/v1

0 commit comments

Comments
 (0)