-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: domifa update-ressources #3393
base: master
Are you sure you want to change the base?
Conversation
igorrenquin
commented
Jul 3, 2024
- Adjust allocated ressources frontend, backend, export, usagers, admin
- Set autoscale from specific to default setting
Adjust allocated ressources frontend, backend, export, usagers, admin set autoscale from specific to default setting
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3393 +/- ##
=======================================
Coverage 66.50% 66.50%
=======================================
Files 911 911
Lines 15121 15121
Branches 2136 2140 +4
=======================================
Hits 10056 10056
Misses 4906 4906
Partials 159 159 Continue to review full report in Codecov by Sentry.
|
memory: 3Gi | ||
cpu: 1.5 | ||
memory: 2Gi | ||
autoscale: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igorrenquin est-ce qu'on peut garder un minimum de replicas toujours up ? Le nombre de replicas max est à combien ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L'autoscale est maintenant géré nativement par Kontinuous. Plus besoin de la faire apparaitre dans le fichier de value come nous l'avons fait dans le passé.
Le paramétrage par défaut est :
min = 2
max = 10
cpu: 3 | ||
memory: 5Gi | ||
cpu: 1 | ||
memory: 1Gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igorrenquin sur l'export on peut passer la barre du giga de mémoire consomme d'après les tests qu'on a fait.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pas constaté cela dans le tableau de bord
https://grafana-ovh.fabrique.social.gouv.fr/d/cafbf60d-79e0-4e61-982e-7752ec2a9c22/tableau-de-bord-domifa?orgId=1
autoscale: | ||
minReplicas: 2 | ||
maxReplicas: 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igorrenquin on avait mit 2 replicas pour avoir un replica par node suite à un plantage d'un des noeud y'a quelques semaines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L'autoscale est maintenant géré nativement par Kontinuous. Plus besoin de la faire apparaitre dans le fichier de value come nous l'avons fait dans le passé.
Le paramétrage par défaut est :
- min = 2
- max = 10
memory: 5Gi | ||
cpu: 1 | ||
memory: 1Gi | ||
autoscale: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
problème d'indentation ici si on compare à l'état précédent de la config (le problème apparaitrait mieux sur la diff github si tu laissais le block autoscale
au même endroit dans le fichier, en ne changeant que les sous-clés à changer