Skip to content

Commit

Permalink
feat: increase prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Nov 15, 2024
1 parent e1efb35 commit 6f68cbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
12 changes: 8 additions & 4 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ jobs:
NEXT_PUBLIC_WIDGET_TOKEN_NAME: widget-token
app:
host: cje.fabrique.social.gouv.fr
autoscale:
minReplicas: 4
maxReplicas: 8
enabled: true
resources:
limits:
cpu: 500m
memory: 1024Mi
cpu: 1000m
memory: 2048Mi
requests:
cpu: 250m
memory: 1024Mi
cpu: 500m
memory: 2048Mi
envFrom:
- secretRef:
name: pg-app
Expand Down
19 changes: 7 additions & 12 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
# [0.65.0](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.64.1...v0.65.0) (2024-11-15)


### Bug Fixes

* landing block description mobile ([ba76412](https://github.com/SocialGouv/carte-jeune-engage/commit/ba76412db59df5edcb3c8706943a8ba909066cb1))
* message triangle ([1e8f9df](https://github.com/SocialGouv/carte-jeune-engage/commit/1e8f9dfe488771b3c3e825b45a9dff106e7f650a))
* mobile logos ([8efae7e](https://github.com/SocialGouv/carte-jeune-engage/commit/8efae7e6c4d61c3cbbf7c4119f0e8f701a5447ab))

- landing block description mobile ([ba76412](https://github.com/SocialGouv/carte-jeune-engage/commit/ba76412db59df5edcb3c8706943a8ba909066cb1))
- message triangle ([1e8f9df](https://github.com/SocialGouv/carte-jeune-engage/commit/1e8f9dfe488771b3c3e825b45a9dff106e7f650a))
- mobile logos ([8efae7e](https://github.com/SocialGouv/carte-jeune-engage/commit/8efae7e6c4d61c3cbbf7c4119f0e8f701a5447ab))

### Features

* landing block description desktop ([a124c89](https://github.com/SocialGouv/carte-jeune-engage/commit/a124c892c3e21ab22478c7eca8b2a0725f740ebe))
- landing block description desktop ([a124c89](https://github.com/SocialGouv/carte-jeune-engage/commit/a124c892c3e21ab22478c7eca8b2a0725f740ebe))

## [0.64.1](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.64.0...v0.64.1) (2024-11-15)


### Bug Fixes

* margin between blocs home ([92214ff](https://github.com/SocialGouv/carte-jeune-engage/commit/92214ff61bc23c50549ace6ac968403193a65fbd))
- margin between blocs home ([92214ff](https://github.com/SocialGouv/carte-jeune-engage/commit/92214ff61bc23c50549ace6ac968403193a65fbd))

# [0.64.0](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.15...v0.64.0) (2024-11-15)


### Features

* add recap order email on payment_completed and fix cje logo on login email ([ef31a2a](https://github.com/SocialGouv/carte-jeune-engage/commit/ef31a2a730b3bb653e175fc193ee5106a48380cc))
- add recap order email on payment_completed and fix cje logo on login email ([ef31a2a](https://github.com/SocialGouv/carte-jeune-engage/commit/ef31a2a730b3bb653e175fc193ee5106a48380cc))

## [0.63.15](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.14...v0.63.15) (2024-11-15)


### Bug Fixes

* AvatarGroup to Image for load optimizations ([c41fbfa](https://github.com/SocialGouv/carte-jeune-engage/commit/c41fbfa44f106fec0b2800b649d5bf287a7a39c8))
- AvatarGroup to Image for load optimizations ([c41fbfa](https://github.com/SocialGouv/carte-jeune-engage/commit/c41fbfa44f106fec0b2800b649d5bf287a7a39c8))

## [0.63.14](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.13...v0.63.14) (2024-11-15)

Expand Down

0 comments on commit 6f68cbe

Please sign in to comment.