Skip to content

Commit

Permalink
Create pvc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKe authored Dec 28, 2020
1 parent 1156b86 commit ca43ca2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy-plc/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: <APPLICATIONNAME>-pvc-device-data
namespace: <NAMESPACE>
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
storageClassName: local-path
resources:
requests:
storage: 1Mi

0 comments on commit ca43ca2

Please sign in to comment.