Skip to content

Commit

Permalink
bump 10/30/23 10:01:13
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Oct 30, 2023
1 parent c7906f5 commit 056c195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloud_provider/helm_charts/loki_chart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ impl ToCommonHelmChart for LokiChart {
),
container_policy: VpaContainerPolicy::new(
"*".to_string(),
Some(KubernetesCpuResourceUnit::MilliCpu(100)),
Some(KubernetesCpuResourceUnit::MilliCpu(200)),
Some(KubernetesCpuResourceUnit::MilliCpu(1000)),
Some(KubernetesMemoryResourceUnit::MebiByte(256)),
Some(KubernetesMemoryResourceUnit::MebiByte(512)),
Some(KubernetesMemoryResourceUnit::GibiByte(4)),
),
}],
Expand Down

0 comments on commit 056c195

Please sign in to comment.