Reduce size of PVCs for osh-infra 74/68574/1
authorKaspars Skels <kaspars.skels@att.com>
Thu, 3 Oct 2019 19:09:59 +0000 (14:09 -0500)
committerKaspars Skels <kaspars.skels@att.com>
Thu, 3 Oct 2019 19:10:25 +0000 (14:10 -0500)
Change-Id: I512fad5ff28dc4467c47fbd50539157fbc4f908c
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
type/cntt/software/charts/osh-infra/elasticsearch.yaml
type/cntt/software/charts/osh-infra/prometheus.yaml

index def7b1e..f1f814f 100644 (file)
@@ -59,7 +59,7 @@ data:
 
     storage:
       requests:
-        storage: 40Gi
+        storage: 10Gi
     conf:
       elasticsearch:
         env:
index d92b7d0..d7baf32 100644 (file)
@@ -29,5 +29,5 @@ data:
             cpu: "1000m"
     storage:
       requests:
-        storage: 40Gi
+        storage: 10Gi
 ...