diff options
-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 ... |