Merge "Use flavors for resources in oof csmo deployment"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 4 Dec 2018 12:58:38 +0000 (12:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 4 Dec 2018 12:58:38 +0000 (12:58 +0000)
kubernetes/oof/charts/oof-cmso/charts/oof-cmso-service/values.yaml

index a970f38..98c6b4a 100644 (file)
@@ -65,7 +65,7 @@ service:
   internalPort: 8080
   externalPort: 8080
   #nodePort: 23
-  # as of 20181022 port 23 is reserved for cmso 
+  # as of 20181022 port 23 is reserved for cmso
   # see https://wiki.onap.org/display/DW/OOM+NodePort+List
 
 
@@ -94,9 +94,18 @@ ingress:
   # Minimum memory for development is 2 CPU cores and 4GB memory
   # Minimum memory for production is 4 CPU cores and 8GB memory
 resources:
-  limits:
-    cpu: 1
-    memory: 1.2Gi
-  requests:
-    cpu: 10m
-    memory: 800Mi
+  small:
+    limits:
+      cpu: 1
+      memory: 1.2Gi
+    requests:
+      cpu: 10m
+      memory: 800Mi
+  large:
+    limits:
+      cpu: 1
+      memory: 1.2Gi
+    requests:
+      cpu: 10m
+      memory: 800Mi
+  unlimited: {}