You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 11:39:28 UTC

[incubator-streampipes-installer] 01/03: [hotfix] reduce storage request to 256mb

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git

commit 91de6971c424f3205aa672f613c1c56769cc2f4a
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 13:37:32 2020 +0200

    [hotfix] reduce storage request to 256mb
---
 k8s/templates/extensions/pipeline-elements/files-pvc.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/k8s/templates/extensions/pipeline-elements/files-pvc.yaml b/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
index b081131..c2fd708 100644
--- a/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
+++ b/k8s/templates/extensions/pipeline-elements/files-pvc.yaml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-{{- if (eq .Values.deployment "lite") or (eq .Values.deployment "full") }}
+
 apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
@@ -23,5 +23,4 @@ spec:
     - ReadWriteMany
   resources:
     requests:
-      storage: 1Gi
-{{- end }}
\ No newline at end of file
+      storage: 256Mi