Skip to content

Commit

Permalink
chore: remove limits as it is removed from OpenShift platform (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Dec 24, 2024
1 parent 989f778 commit a8dc09a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions charts/nr-epd-organics-info/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,18 @@ backend:
imagePullPolicy: Always
#-- autoscaling for the component. it is optional and is an object.
initContainerResources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 30m
memory: 100Mi
containerResources:
limits:
cpu: 50m
memory: 200Mi
requests:
cpu: 30m
memory: 100Mi
autoscaling:
#-- enable or disable autoscaling.
enabled: true
#-- the minimum number of replicas.
minReplicas: 5
minReplicas: 3
#-- the maximum number of replicas.
maxReplicas: 7
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
Expand All @@ -78,9 +72,6 @@ frontend:
deploymentStrategy: Recreate
imagePullPolicy: Always
containerResources:
limits:
cpu: 150m
memory: 100Mi
requests:
cpu: 50m
memory: 30Mi
Expand Down

0 comments on commit a8dc09a

Please sign in to comment.