add linkwarden
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
6112c40702
commit
d4f0396eca
16 changed files with 304 additions and 0 deletions
13
linkwarden/postgres-pvc.yml
Normal file
13
linkwarden/postgres-pvc.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: linkwarden-postgres-pvc
|
||||
namespace: linkwarden
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storageClassName: manual
|
||||
volumeName: linkwarden-postgres-pv
|
||||
Loading…
Add table
Add a link
Reference in a new issue