We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28cba0b + 9bc856a commit b430ad7Copy full SHA for b430ad7
1 file changed
.kontinuous/env/prod/values.yaml
@@ -1,6 +1,18 @@
1
global:
2
s3SecretName: vao-prod-app-access-key
3
4
+pg:
5
+ cnpg-cluster:
6
+ persistence:
7
+ size: "200Gi"
8
+ resources:
9
+ requests:
10
+ cpu: 1500m
11
+ memory: 2Gi
12
+ limits:
13
14
15
+
16
backend:
17
autoscale:
18
enabled: true
@@ -11,8 +23,13 @@ backend:
23
S3_BUCKET_ROOT_DIR: prod/files
24
25
external-api:
- autoscale:
- enabled: true
26
27
28
+ cpu: 750m
29
30
31
32
33
host: external-api-vao.fabrique.social.gouv.fr
34
redirectFrom:
35
- "external-api-{{ .Values.global.host }}"
0 commit comments