mgubaidullin commented on code in PR #375: URL: https://github.com/apache/camel-karavan/pull/375#discussion_r900472860
########## 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 fixed it for 1Gi However, this is only for demo purposes. Later we'll create an operator for karavan where this be a configurable parameter. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
