aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-cnfm-lcm/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/so/components/so-cnfm-lcm/values.yaml')
-rw-r--r--kubernetes/so/components/so-cnfm-lcm/values.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/so/components/so-cnfm-lcm/values.yaml b/kubernetes/so/components/so-cnfm-lcm/values.yaml
index 0a85a10455..9a85ec8c98 100644
--- a/kubernetes/so/components/so-cnfm-lcm/values.yaml
+++ b/kubernetes/so/components/so-cnfm-lcm/values.yaml
@@ -103,18 +103,18 @@ flavor: small
resources:
small:
limits:
- memory: 4Gi
- cpu: 2000m
+ cpu: "2000m"
+ memory: "4Gi"
requests:
- memory: 1Gi
- cpu: 500m
+ cpu: "500m"
+ memory: "1Gi"
large:
limits:
- memory: 8Gi
- cpu: 4000m
+ cpu: "4000m"
+ memory: "8Gi"
requests:
- memory: 2Gi
- cpu: 1000m
+ cpu: "1000m"
+ memory: "2Gi"
unlimited: {}
livenessProbe: