Skip to content

Instantly share code, notes, and snippets.

@mffiedler
Last active August 8, 2022 18:20
Show Gist options
  • Save mffiedler/2e2a91a7a744fc2d838ae7e564f20b1b to your computer and use it in GitHub Desktop.
Save mffiedler/2e2a91a7a744fc2d838ae7e564f20b1b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: loki-store
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 25G
volumeMode: Filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment