4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-09 10:30:58 +00:00
peridot/infrastructure/bazel-remote/001-pvcs.yaml
2022-10-30 04:29:30 +01:00

14 lines
216 B
YAML

---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: buildcache
namespace: default
labels:
app: buildcache
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi