From 31f9a8325d97f7e5350f4ddf8b4c305498768320 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 10 Apr 2024 09:50:22 -0400 Subject: [PATCH] remove volume tuning overrides --- charts/cryostat/templates/deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/charts/cryostat/templates/deployment.yaml b/charts/cryostat/templates/deployment.yaml index a77e971b..3e70b3b9 100644 --- a/charts/cryostat/templates/deployment.yaml +++ b/charts/cryostat/templates/deployment.yaml @@ -164,13 +164,6 @@ spec: optional: false - name: DATA_DIR value: /data - # TODO tune these or make them configurable. Ideally the single seaweed volume server should consume the entire PVC - - name: VOLUME_PREALLOCATE - value: "false" - - name: VOLUME_SIZE_LIMIT_MB - value: "500" - - name: VOLUME_MAX - value: "16" - name: IP_BIND value: 0.0.0.0 ports: