Skip to content

Commit

Permalink
[Eclipse openPASS] Setup a Mounted Local Volume for Bazel Local Cache on
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Mar 18, 2024
1 parent 956dc9e commit ee14f3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions instances/automotive.openpass/k8s/pvc-openpass-cache-storage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: "v1"
kind: "PersistentVolumeClaim"
metadata:
name: "openpass-cache-storage"
namespace: "openpass"
spec:
accessModes:
- "ReadWriteMany"
resources:
requests:
storage: "100Gi"
storageClassName: cephfs-2repl

0 comments on commit ee14f3c

Please sign in to comment.