aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/overlays/minikube/kernel-disk-pvc.yaml
blob: 1977e969bca646b9ef86636aea9d0864dbf651fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2025 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: base-kernel-repo-pv-claim
spec:
  storageClassName: standard
  accessModes:
    - ReadWriteMany
  resources:
    requests:
      storage: 32Gi