# 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: series-tracker-repo-disk-claim spec: accessModes: - ReadWriteOnce resources: requests: storage: 25Gi storageClassName: standard