mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Add lemma notes deployment
This commit is contained in:
11
apps/base/lemma/pvc.yaml
Normal file
11
apps/base/lemma/pvc.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# /apps/base/lemma/pvc.yaml
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: lemma-pvc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
Reference in New Issue
Block a user