/[sudobot]/trunk/kubernetes/postgres-pvc.yml
ViewVC logotype

Contents of /trunk/kubernetes/postgres-pvc.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: 186 byte(s)
chore: add trunk
1 apiVersion: v1
2 kind: PersistentVolumeClaim
3 metadata:
4 name: postgres-pvc
5 spec:
6 resources:
7 requests:
8 storage: 5Gi
9 volumeMode: Filesystem
10 accessModes:
11 - ReadWriteOnce

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26