aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-nlp/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components/uui-nlp/values.yaml')
-rw-r--r--kubernetes/uui/components/uui-nlp/values.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/uui/components/uui-nlp/values.yaml b/kubernetes/uui/components/uui-nlp/values.yaml
index 6c280965f1..cc87923e1e 100644
--- a/kubernetes/uui/components/uui-nlp/values.yaml
+++ b/kubernetes/uui/components/uui-nlp/values.yaml
@@ -81,16 +81,16 @@ securityContext:
resources:
small:
limits:
- cpu: 1
- memory: 1Gi
+ cpu: "1"
+ memory: "1Gi"
requests:
- cpu: 0.5
- memory: 512Mi
+ cpu: "0.5"
+ memory: "0.5Gi"
large:
limits:
- cpu: 2
- memory: 2Gi
+ cpu: "2"
+ memory: "2Gi"
requests:
- cpu: 1
- memory: 1Gi
+ cpu: "1"
+ memory: "1Gi"
unlimited: {}