We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5574e commit d9253adCopy full SHA for d9253ad
.kontinuous/env/prod/values.yaml
@@ -4,9 +4,32 @@ api:
4
volumeMounts:
5
- mountPath: /app/public/uploads
6
name: uploads
7
+ resources:
8
+ requests:
9
+ cpu: "100m"
10
+ memory: "768Mi
11
+ limits:
12
+ cpu: "300m"
13
+ memory: "1Gi"
14
15
next-app:
16
host: ozensemble.fabrique.social.gouv.fr
17
redirectFrom:
18
- "ozensemble.fr"
19
- "www.ozensemble.fr"
20
21
22
+ cpu: "200m"
23
+ memory: "256Mi
24
25
26
+ memory: "512Mi"
27
+
28
+pg:
29
+ cnpg-cluster:
30
31
32
+ memory: 1Gi
33
34
+ cpu: "1"
35
0 commit comments