From 58d16872e08471f0cd17123df8537c5def0a5d56 Mon Sep 17 00:00:00 2001 From: tyknkd <78797823+tyknkd@users.noreply.github.com> Date: Tue, 21 May 2024 10:37:29 +0900 Subject: [PATCH] cd: reduce vol claim size --- deployment/templates/db-statefulset.yaml | 2 +- deployment/templates/grafana-statefulset.yaml | 2 +- deployment/templates/mq-statefulset.yaml | 2 +- deployment/templates/prometheus-statefulset.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/templates/db-statefulset.yaml b/deployment/templates/db-statefulset.yaml index 6c8ceef..a5f7f5c 100644 --- a/deployment/templates/db-statefulset.yaml +++ b/deployment/templates/db-statefulset.yaml @@ -83,4 +83,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 500Mi + storage: 250Mi diff --git a/deployment/templates/grafana-statefulset.yaml b/deployment/templates/grafana-statefulset.yaml index c10dc77..e542890 100644 --- a/deployment/templates/grafana-statefulset.yaml +++ b/deployment/templates/grafana-statefulset.yaml @@ -83,4 +83,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 500Mi + storage: 250Mi diff --git a/deployment/templates/mq-statefulset.yaml b/deployment/templates/mq-statefulset.yaml index bb3c30f..be5cbd5 100644 --- a/deployment/templates/mq-statefulset.yaml +++ b/deployment/templates/mq-statefulset.yaml @@ -75,4 +75,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 500Mi + storage: 250Mi diff --git a/deployment/templates/prometheus-statefulset.yaml b/deployment/templates/prometheus-statefulset.yaml index ecffc79..ac2df95 100644 --- a/deployment/templates/prometheus-statefulset.yaml +++ b/deployment/templates/prometheus-statefulset.yaml @@ -58,4 +58,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 500Mi + storage: 250Mi