/[sudobot]/trunk/kubernetes/sudobot-pv.yml
ViewVC logotype

Contents of /trunk/kubernetes/sudobot-pv.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 356 byte(s)
chore: add trunk
1 apiVersion: v1
2 kind: PersistentVolume
3 metadata:
4 name: sudobot-pv
5 spec:
6 capacity:
7 storage: 5Gi
8 volumeMode: Filesystem
9 accessModes:
10 - ReadWriteOnce
11 persistentVolumeReclaimPolicy: Recycle
12 storageClassName: slow
13 mountOptions:
14 - hard
15 - nfsvers=4.1
16 nfs:
17 path: /var/nfs/sudobot
18 server: nfs-server.default.svc.cluster.local

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26