Skip to content

Commit

Permalink
resources for load test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 10, 2024
1 parent 69138bc commit 664c7e4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ app:
~needs: [build-app, pg]
imagePackage: app
annotations:
"oblik.socialgouv.io/min-request-memory": 1Gi
"oblik.socialgouv.io/min-request-cpu": 300m
"oblik.socialgouv.io/min-request-memory": 2Gi
"oblik.socialgouv.io/min-request-cpu": "1"
resources:
requests:
memory: 1Gi
cpu: 300m
memory: 2Gi
cpu: "1"
env:
- name: APP_BASE_URL
value: "https://{{ $.Values.global.host }}"
Expand Down Expand Up @@ -41,8 +41,12 @@ form:
~needs: [build-form, pg-form]
imagePackage: form
annotations:
"oblik.socialgouv.io/min-request-memory": 1Gi
"oblik.socialgouv.io/min-request-cpu": 300m
"oblik.socialgouv.io/min-request-memory": 2Gi
"oblik.socialgouv.io/min-request-cpu": "1"
resources:
requests:
memory: 2Gi
cpu: "1"
host: "formulaire-{{ $.Values.global.host }}"
env:
- name: APP_BASE_URL
Expand Down

0 comments on commit 664c7e4

Please sign in to comment.