aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/timescaledb/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/timescaledb/values.yaml')
-rw-r--r--kubernetes/common/timescaledb/values.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/common/timescaledb/values.yaml b/kubernetes/common/timescaledb/values.yaml
index 72a4b6ffd0..b4070bb810 100644
--- a/kubernetes/common/timescaledb/values.yaml
+++ b/kubernetes/common/timescaledb/values.yaml
@@ -63,18 +63,18 @@ flavor: small
resources:
small:
limits:
- cpu: 100m
- memory: 300Mi
+ cpu: "100m"
+ memory: "0.3Gi"
requests:
- cpu: 10m
- memory: 90Mi
+ cpu: "10m"
+ memory: "0.09Gi"
large:
limits:
- cpu: 2
- memory: 4Gi
+ cpu: "2"
+ memory: "4Gi"
requests:
- cpu: 1
- memory: 2Gi
+ cpu: "1"
+ memory: "2Gi"
unlimited: {}
nodeSelector: {}