1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Incerase memory request for pubapi and frontend to 1Gi (#2743)

This commit is contained in:
Pavlo Tkach
2025-04-11 12:17:43 -04:00
committed by GitHub
parent 04a0659197
commit dfef733360
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ spec:
resources:
requests:
cpu: "100m"
memory: "512Mi"
memory: "1Gi"
args: [ENVIRONMENT]
env:
- name: POD_ID

View File

@@ -35,7 +35,7 @@ spec:
# class from performance, which has implicit pod-slots 1
cloud.google.com/pod-slots: 0
cpu: "100m"
memory: "512Mi"
memory: "1Gi"
limits:
# explicit pod-slots 0 is required in order to downgrade node
# class from performance, which has implicit pod-slots 1