Skip to content

Commit

Permalink
Merge pull request #173 from bcgov/qa
Browse files Browse the repository at this point in the history
update resource and docker file
  • Loading branch information
habibaz authored Jan 9, 2024

Verified

This commit was signed with the committer’s verified signature.
MaskDuck MaskDuck
2 parents ed10e09 + 9ea7729 commit 7a379fe
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .deployment/prod.deploy.yml
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@ parameters:
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: "25m"
value: "100m"
- name: MEMORY_REQUEST
value: "50Mi"
value: "512Mi"
- name: CPU_LIMIT
value: "75m"
value: "500m"
- name: MEMORY_LIMIT
value: "150Mi"
value: "2Gi"
- name: MIN_REPLICAS
description: The minimum amount of replicas for the horizontal pod autoscaler.
value: "3"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ RUN npm ci

COPY . .

RUN npm run db:migrate
#RUN npm run db:migrate

RUN npm run build

0 comments on commit 7a379fe

Please sign in to comment.