From c053e71f295dc91ee60bbdcbcf99d909923af3b0 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Thu, 3 Oct 2019 14:09:59 -0500 Subject: Reduce size of PVCs for osh-infra Change-Id: I512fad5ff28dc4467c47fbd50539157fbc4f908c Signed-off-by: Kaspars Skels --- type/cntt/software/charts/osh-infra/elasticsearch.yaml | 2 +- type/cntt/software/charts/osh-infra/prometheus.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'type/cntt/software') diff --git a/type/cntt/software/charts/osh-infra/elasticsearch.yaml b/type/cntt/software/charts/osh-infra/elasticsearch.yaml index def7b1e..f1f814f 100644 --- a/type/cntt/software/charts/osh-infra/elasticsearch.yaml +++ b/type/cntt/software/charts/osh-infra/elasticsearch.yaml @@ -59,7 +59,7 @@ data: storage: requests: - storage: 40Gi + storage: 10Gi conf: elasticsearch: env: diff --git a/type/cntt/software/charts/osh-infra/prometheus.yaml b/type/cntt/software/charts/osh-infra/prometheus.yaml index d92b7d0..d7baf32 100644 --- a/type/cntt/software/charts/osh-infra/prometheus.yaml +++ b/type/cntt/software/charts/osh-infra/prometheus.yaml @@ -29,5 +29,5 @@ data: cpu: "1000m" storage: requests: - storage: 40Gi + storage: 10Gi ... -- cgit 1.2.3-korg