From 85f9a5ef131292f28f54bdfc0acfd12914e388d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 8 Feb 2019 13:58:33 +0100 Subject: [PATCH] Save some money and decrease volume size We can resize it later --- human-connection/deployment-backend.yaml | 2 +- human-connection/deployment-neo4j.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/human-connection/deployment-backend.yaml b/human-connection/deployment-backend.yaml index 49bb85f5c..00e08f1e7 100644 --- a/human-connection/deployment-backend.yaml +++ b/human-connection/deployment-backend.yaml @@ -80,4 +80,4 @@ - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 2Gi diff --git a/human-connection/deployment-neo4j.yaml b/human-connection/deployment-neo4j.yaml index e3110cac2..5ef5204a2 100644 --- a/human-connection/deployment-neo4j.yaml +++ b/human-connection/deployment-neo4j.yaml @@ -69,4 +69,4 @@ - ReadWriteOnce resources: requests: - storage: 4Gi + storage: 1Gi