Skip to content

Commit

Permalink
Create grafanapvc-local.yaml
Browse files Browse the repository at this point in the history
local pvc for testing
  • Loading branch information
cfoos authored Sep 23, 2024
1 parent eb8ec71 commit d47b02e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions k3s/grafanapvc-local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: grafana-pvc
namespace: powerwall
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: local-path

0 comments on commit d47b02e

Please sign in to comment.