You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-website/src/main/resources/website/hash-state-pvc.yaml

15 lines
273 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hash-state-volume
namespace: NAME
labels:
app.kubernetes.part-of: NAME-website
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 16Mi