Skip to content

Commit

Permalink
Fix: configreader CPU request chart variable name (#761)
Browse files Browse the repository at this point in the history
Change this to match what is in the chart yaml. This affected backdoor
deployments with the operator enabled (and Arc with operator enabled,
which we haven't opened up yet)
  • Loading branch information
gracewehner authored Feb 28, 2024
1 parent 22ecbfd commit a747f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AzureMonitorMetrics:
DeploymentReplicas: 1
CfgReaderCPULimit: 1
CfgReaderMemoryLimit: 1Gi
CfgReaderCpuRequest: 1m
CfgReaderCPURequest: 1m
CfgReaderMemoryRequest: 10Mi
TargetAllocatorCPULimit: 5
TargetAllocatorMemoryLimit: 8Gi
Expand Down

0 comments on commit a747f79

Please sign in to comment.