AI/openviking: add k8s manifest (Kustomize) and remove redundant Dockerfile
This commit is contained in:
13
AI/openviking/k8s/04-pvc.yaml
Normal file
13
AI/openviking/k8s/04-pvc.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: openviking-data
|
||||
namespace: openviking
|
||||
labels:
|
||||
app: openviking
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
Reference in New Issue
Block a user