fixing resource limit whitespace 31/67831/2
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Wed, 19 Sep 2018 18:11:57 +0000 (18:11 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Wed, 19 Sep 2018 18:14:18 +0000 (18:14 +0000)
causes a warning: warning: cannot overwrite table with non table
 for limits (map[cpu:2 memory:4Gi])

Issue-ID: OOM-1421

Change-Id: Ice08a1d0af99eedbfaca4fe507d6d966784a6cb2
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/nbi/values.yaml
kubernetes/sdnc/charts/dmaap-listener/values.yaml
kubernetes/sdnc/charts/sdnc-ansible-server/values.yaml
kubernetes/sdnc/charts/sdnc-portal/values.yaml
kubernetes/sdnc/charts/ueb-listener/values.yaml
kubernetes/sdnc/values.yaml

index 8b9b238..9f9c0fa 100644 (file)
@@ -103,17 +103,17 @@ service:
 
 ingress:
   enabled: false
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
   small:
     limits:
-    cpu: 1
-    memory: 2Gi
-  requests:
-    cpu: 100m
-    memory: 1Gi
+      cpu: 1
+      memory: 2Gi
+    requests:
+      cpu: 100m
+      memory: 1Gi
   large:
     limits:
       cpu: 2
index e735090..2f06590 100644 (file)
@@ -77,18 +77,17 @@ flavor: small
 #Segregation for different environment (small and large)
 
 resources:
- small:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
- large:
-  limits:
-    cpu: 4
-    memory: 8Gi
-  requests:
-    cpu: 4
-    memory: 8Gi
-
 small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 2
+      memory: 4Gi
 large:
+    limits:
+      cpu: 4
+      memory: 8Gi
+    requests:
+      cpu: 4
+      memory: 8Gi
\ No newline at end of file
index 6cd46b6..31f694e 100644 (file)
@@ -75,17 +75,17 @@ flavor: small
 #Segregation for Different environment (Small and Large)
 
 resources:
- small:
-  limits:
-    cpu: 1
-    memory: 1Gi
-  requests:
-    cpu: 1
-    memory: 1Gi
- large:
-  limits:
-    cpu: 2
-    memory: 2Gi
-  requests:
-    cpu: 2
-    memory: 2Gi
 small:
+    limits:
+      cpu: 1
+      memory: 1Gi
+    requests:
+      cpu: 1
+      memory: 1Gi
 large:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 2
+      memory: 2Gi
index 400d749..51bad4c 100644 (file)
@@ -82,17 +82,17 @@ flavor: small
 #segregation for different environment (small and large)
 
 resources:
- small:
-  limits:
-    cpu: 1
-    memory: 1Gi
-  requests:
-    cpu: 1
-    memory: 1Gi
- large:
-  limits:
-    cpu: 2
-    memory: 2Gi
-  requests:
-    cpu: 2
-    memory: 2Gi
 small:
+    limits:
+      cpu: 1
+      memory: 1Gi
+    requests:
+      cpu: 1
+      memory: 1Gi
 large:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 2
+      memory: 2Gi
index c6bbeca..b1b9851 100644 (file)
@@ -78,17 +78,17 @@ ingress:
 flavor: small
 #Segregation for different environment (small and large)
 resources:
- small:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
- large:
-  limits:
-    cpu: 4
-    memory: 8Gi
-  requests:
-    cpu: 4
-    memory: 8Gi
 small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 2
+      memory: 4Gi
 large:
+    limits:
+      cpu: 4
+      memory: 8Gi
+    requests:
+      cpu: 4
+      memory: 8Gi
index 1fd2fa5..f0081c0 100644 (file)
@@ -202,18 +202,17 @@ flavor: small
 #segregation for different envionment (Small and Large)
 
 resources:
- small:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
-
- large:
-  limits:
-    cpu: 4
-    memory: 8Gi
-  requests:
-    cpu: 4
-    memory: 8Gi
+  small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 2
+      memory: 4Gi
+  large:
+    limits:
+      cpu: 4
+      memory: 8Gi
+    requests:
+      cpu: 4
+      memory: 8Gi