mirror of https://github.com/k3s-io/k3s
15 lines
347 B
YAML
15 lines
347 B
YAML
![]() |
apiVersion: storage.k8s.io/v1
|
||
![]() |
kind: StorageClass
|
||
|
metadata:
|
||
|
name: slow
|
||
|
provisioner: kubernetes.io/glusterfs
|
||
|
parameters:
|
||
|
resturl: "http://127.0.0.1:8081"
|
||
![]() |
clusterid: "630372ccdc720a92c681fb928f27b53f"
|
||
![]() |
restuser: "admin"
|
||
![]() |
secretNamespace: "default"
|
||
|
secretName: "heketi-secret"
|
||
![]() |
gidMin: "40000"
|
||
|
gidMax: "50000"
|
||
![]() |
volumetype: "replicate:3"
|