Skip to content

Commit

Permalink
Dial down frontend resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 2, 2024
1 parent dadc4b0 commit 8ae9550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ parameters:
value: ghcr.io
- name: ORG
description: Organization name
value: bcgov
value: bcgov
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: 15m
- name: CPU_LIMIT
value: 30m
- name: MEMORY_REQUEST
value: 30Mi
value: 20Mi
- name: MEMORY_LIMIT
value: 50Mi
value: 40Mi
- name: MIN_REPLICAS
description: The minimum amount of replicas for the horizontal pod autoscaler.
value: "3"
Expand Down

0 comments on commit 8ae9550

Please sign in to comment.