You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/17 20:03:43 UTC

[GitHub] [camel-karavan] davsclaus commented on a diff in pull request #375: Tekton first try

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-unsubscribe@camel.apache.org

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