We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab80ec1 commit 99bb608Copy full SHA for 99bb608
.kontinuous/env/prod/values.yaml
@@ -3,13 +3,11 @@ global:
3
host: "les1000jours.fabrique.social.gouv.fr"
4
5
app-strapi:
6
- resources:
7
- requests:
8
- cpu: 500m
9
- memory: 1Gi
10
- limits:
11
- cpu: 1000m
12
- memory: 2Gi
+ labels:
+ oblik.socialgouv.io/enabled: "true"
+ annotations:
+ oblik.socialgouv.io/min-request-cpu: 500m
+ oblik.socialgouv.io/min-request-memory: 2500Mi
13
replicas: 1 # mandatory because volume is RWO
14
strategyType: Recreate # idem
15
addVolumes:
0 commit comments