Skip to content

Commit 99bb608

Browse files
devthejobenguedj
authored andcommitted
fix: resources on strapi
1 parent ab80ec1 commit 99bb608

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.kontinuous/env/prod/values.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ global:
33
host: "les1000jours.fabrique.social.gouv.fr"
44

55
app-strapi:
6-
resources:
7-
requests:
8-
cpu: 500m
9-
memory: 1Gi
10-
limits:
11-
cpu: 1000m
12-
memory: 2Gi
6+
labels:
7+
oblik.socialgouv.io/enabled: "true"
8+
annotations:
9+
oblik.socialgouv.io/min-request-cpu: 500m
10+
oblik.socialgouv.io/min-request-memory: 2500Mi
1311
replicas: 1 # mandatory because volume is RWO
1412
strategyType: Recreate # idem
1513
addVolumes:

0 commit comments

Comments
 (0)