aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/email-reporter/lore-disk-pvc.yaml
blob: aa60e1b268bc3c1a448ab14adf12ae1b965f422c (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: reporter-lore-disk-claim
spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 16Gi
  storageClassName: standard