From 4266327d35a9f9ff134023e80d4d77651adc6144 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Mon, 23 Mar 2026 10:41:21 +0100 Subject: [PATCH] rates fix --- infra/values/opencost-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/values/opencost-values.yaml b/infra/values/opencost-values.yaml index e261cec..73cd36a 100644 --- a/infra/values/opencost-values.yaml +++ b/infra/values/opencost-values.yaml @@ -13,10 +13,10 @@ opencost: customPricing: enabled: true costModel: - CPU: "6.07" - RAM: "1.52" + CPU: "0.00832" + RAM: "0.00208" GPU: "0" - storage: "0.03" + storage: "0.00004" zoneNetworkEgress: "0" regionNetworkEgress: "0" internetNetworkEgress: "0"