Skip to content

Commit d577277

Browse files
authored
Application memory request and limit on prod DEVOPS-363 (#285)
1 parent 2c62f32 commit d577277

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ env:
1616
SERVICE_ARTIFACT_FOLDER: 'service_artifacts'
1717
APP_MIGRATE_COMMAND: /app/.prod/on_deploy.sh
1818
K8S_REQUEST_CPU: 100m
19-
K8S_REQUEST_RAM: 300Mi
19+
K8S_REQUEST_RAM: 400Mi
2020
K8S_LIMIT_CPU: 800m
21-
K8S_LIMIT_RAM: 600Mi
21+
K8S_LIMIT_RAM: 800Mi
2222
K8S_REPLICACOUNT: 2
2323

2424
jobs:

0 commit comments

Comments
 (0)