diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-10-03 14:09:59 -0500 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-10-03 14:10:25 -0500 |
commit | c053e71f295dc91ee60bbdcbcf99d909923af3b0 (patch) | |
tree | 19f205771c0d446b94b56b23b9bef9fd242ef6c3 /type/cntt | |
parent | af82ed8a74fd083d19110d26f895fa7e4391b8fd (diff) |
Reduce size of PVCs for osh-infra
Change-Id: I512fad5ff28dc4467c47fbd50539157fbc4f908c
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'type/cntt')
-rw-r--r-- | type/cntt/software/charts/osh-infra/elasticsearch.yaml | 2 | ||||
-rw-r--r-- | type/cntt/software/charts/osh-infra/prometheus.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 ... |