Skip to content

Commit ad60293

Browse files
authored
Klass API test: Increase resource requests (#416)
1 parent 68776f5 commit ad60293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.nais/test/klass-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ spec:
1515
max: 1
1616
resources:
1717
requests:
18-
cpu: 200m
19-
memory: 1200Mi
18+
cpu: 400m
19+
memory: 2Gi
2020
limits:
21-
memory: 1400Mi
21+
memory: 2Gi
2222
gcp:
2323
sqlInstances:
2424
- type: POSTGRES_17
@@ -37,7 +37,7 @@ spec:
3737
- name: KLASS_ENV_CLIENT_KLASS_MAIL_URL
3838
value: http://klass-mail
3939
- name: JAVA_TOOL_OPTIONS
40-
value: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=75.0"
40+
value: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=50.0"
4141

4242
accessPolicy:
4343
outbound:

0 commit comments

Comments
 (0)