From 0c380f192bca5ae2d451802daed36cc329c95641 Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Fri, 9 Dec 2016 01:13:22 +0100 Subject: [PATCH] Parameterize the storage size --- deployment/config/app.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/config/app.yaml b/deployment/config/app.yaml index f18fb1f..53e7354 100644 --- a/deployment/config/app.yaml +++ b/deployment/config/app.yaml @@ -12,7 +12,7 @@ objects: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: ${STORAGE_SIZE} selector: matchLabels: durability: ${STORAGE_DURABILITY} @@ -101,3 +101,7 @@ parameters: displayName: Storage durability name: STORAGE_DURABILITY value: permanent +- description: The size of the storage to reclaim. + displayName: Storage size + name: STORAGE_SIZE + value: 5Gi