modified: services/wyoming/deploy/app/kustomization.yaml
modified: services/wyoming/deploy/app/piper-deployment.yaml deleted: services/wyoming/deploy/app/pvc.yaml new file: services/wyoming/deploy/app/storage.yaml
This commit is contained in:
@@ -34,15 +34,3 @@ spec:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: wyoming-piper
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: wyoming-piper
|
||||
namespace: wyoming
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
|
||||
Reference in New Issue
Block a user