mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-10 12:00:18 +00:00
14 lines
348 B
YAML
14 lines
348 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
annotations:
|
|
cas.openebs.io/config: |
|
|
- name: StorageType
|
|
value: "hostpath"
|
|
- name: BasePath
|
|
value: "/k8s-data"
|
|
openebs.io/cas-type: local
|
|
name: openebs-host
|
|
provisioner: openebs.io/local
|
|
reclaimPolicy: Retain
|
|
volumeBindingMode: WaitForFirstConsumer |