davsclaus commented on code in PR #375:
URL: https://github.com/apache/camel-karavan/pull/375#discussion_r900470887


##########
karavan-builder/openshift/karavan-builder-pvc.yaml:
##########
@@ -0,0 +1,23 @@
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+  name: karavan-m2-cache
+spec:
+  resources:
+    requests:
+      storage: 10Gi
+  volumeMode: Filesystem
+  accessModes:
+    - ReadWriteOnce
+---
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+  name: karavan-jbang-cache
+spec:
+  resources:
+    requests:
+      storage: 10Gi

Review Comment:
   I do not think jbang cache needs as much space as m2 because we only have a 
fixed set of JARs for jbang - eg the dynamic download is done by camel and not 
jbang so we do not use it cache - only to bootstrap camel-jbang itself and the 
basic of camel



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to