Skip to content

Commit

Permalink
Resource optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Mar 9, 2023
1 parent a4d2558 commit 94a85f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/openshift/frontend-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,15 @@ objects:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 150
target:
averageUtilization: 150
type: Utilization
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 100
type: Utilization
parameters:
- name: REPO_NAME
description: Application repository name
Expand Down

0 comments on commit 94a85f9

Please sign in to comment.