Skip to content

Commit

Permalink
fix: fixing workflow (#139)
Browse files Browse the repository at this point in the history
* fix: fixing workflow

* fix: reducing resource utilization
  • Loading branch information
Paulo Gomes da Cruz Junior authored Mar 23, 2023
1 parent 867454a commit d7e02c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ jobs:
name: PROD Deployment
needs:
- deploy-test
- image-promotions
runs-on: ubuntu-22.04
environment:
name: prod
Expand Down
12 changes: 6 additions & 6 deletions openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ parameters:
value: latest
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_LIMIT
value: 100m
- name: MEMORY_LIMIT
value: 0.5Gi
- name: CPU_REQUEST
value: 50m
value: 10m
- name: CPU_LIMIT
value: 25m
- name: MEMORY_REQUEST
value: 0.2Gi
value: 50Mi
- name: MEMORY_LIMIT
value: 150Mi
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io
Expand Down

0 comments on commit d7e02c2

Please sign in to comment.