adding unlimited resource limit
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 24 Sep 2018 15:15:48 +0000 (15:15 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 25 Sep 2018 14:17:31 +0000 (14:17 +0000)
Adds the ability to turn them off if they are found to
cause issues
also cleaning up some whitespace

Issue-ID: OOM-1145

Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
charts/aaf-cm/values.yaml
charts/aaf-cs/values.yaml
charts/aaf-fs/values.yaml
charts/aaf-hello/values.yaml
charts/aaf-locate/values.yaml
charts/aaf-oauth/values.yaml
values.yaml

index 0f52182..1cd5cb4 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
-  
+
 #################################################################
 # Application configuration defaults.
 #################################################################
index 2131e85..83eaf15 100644 (file)
@@ -60,7 +60,7 @@ service:
   internalPort: 7000
   #port
   externalPort: 7000
-  
+
   internalPort2: 7001
   externalPort2: 7001
   internalPort3: 9042
index 74fdc68..f484883 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
-  
+
 #################################################################
 # Application configuration defaults.
 #################################################################
index 5a41bb3..27f59d1 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
-  
+
 #################################################################
 # Application configuration defaults.
 #################################################################
index f31a2ca..86d67fc 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
-  
+
 # If mountPath is over NFS (e.g. /dockerdata-nfs is NFS mounted between the nodes), uncomment following lines.
 #  persistence:
 #    mountPath: /dockerdata
index 6ac90e1..c349814 100644 (file)
@@ -19,7 +19,7 @@ global:
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
-  
+
 #################################################################
 # Application configuration defaults.
 #################################################################
index 19250d8..c8f0484 100644 (file)
@@ -21,13 +21,13 @@ global:
   readinessImage: readiness-check:2.0.0
   ubuntuInitRepository: registry.hub.docker.com
   ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
-  persistence: 
+  persistence:
     enabled: true
 
 #################################################################
 # Application configuration defaults.
 #################################################################
-config: 
+config:
   serviceServiceName: aaf-service
   locateServiceName: aaf-locate
   cmServiceName: aaf-cm