mirror of https://github.com/k3s-io/k3s
16 lines
404 B
YAML
16 lines
404 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: slow
|
|
provisioner: kubernetes.io/quobyte
|
|
parameters:
|
|
quobyteAPIServer: "http://138.68.74.142:7860"
|
|
registry: "138.68.74.142:7861"
|
|
adminSecretName: "quobyte-admin-secret"
|
|
adminSecretNamespace: "kube-system"
|
|
user: "root"
|
|
group: "root"
|
|
quobyteConfig: "BASE"
|
|
quobyteTenant: "DEFAULT"
|
|
createQuota: "False"
|