Skip to content

Commit d9253ad

Browse files
authoredJul 5, 2024··
fix: oz-site update-resources (#189)
* fix: oz-site update-resources * fix: chart
1 parent 4e5574e commit d9253ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎.kontinuous/env/prod/values.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,32 @@ api:
44
volumeMounts:
55
- mountPath: /app/public/uploads
66
name: uploads
7+
resources:
8+
requests:
9+
cpu: "100m"
10+
memory: "768Mi
11+
limits:
12+
cpu: "300m"
13+
memory: "1Gi"
714

815
next-app:
916
host: ozensemble.fabrique.social.gouv.fr
1017
redirectFrom:
1118
- "ozensemble.fr"
1219
- "www.ozensemble.fr"
20+
resources:
21+
requests:
22+
cpu: "200m"
23+
memory: "256Mi
24+
limits:
25+
cpu: "300m"
26+
memory: "512Mi"
27+
28+
pg:
29+
cnpg-cluster:
30+
resources:
31+
requests:
32+
memory: 1Gi
33+
limits:
34+
cpu: "1"
35+
memory: 1Gi

0 commit comments

Comments
 (0)
Please sign in to comment.