This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/statping/pvc.yaml

13 lines
213 B
YAML
Raw Normal View History

2020-02-08 22:52:42 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: statping-data
namespace: statping
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: local-path