diff --git a/netbox/main.yaml b/netbox/main.yaml index c2b7740..80e3a55 100644 --- a/netbox/main.yaml +++ b/netbox/main.yaml @@ -307,7 +307,7 @@ metadata: namespace: netbox spec: accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi diff --git a/netbox/src/values.yaml b/netbox/src/values.yaml index 3ccd02a..1e5e8ac 100644 --- a/netbox/src/values.yaml +++ b/netbox/src/values.yaml @@ -560,9 +560,9 @@ persistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - storageClass: openebs-3-replicas + storageClass: "" subPath: "" - accessMode: ReadWriteOnce + accessMode: ReadWriteMany size: 1Gi existingClaim: "" annotations: {} @@ -587,7 +587,7 @@ reportsPersistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - storageClass: openebs-3-replicas + storageClass: "" accessMode: ReadWriteOnce size: 1Gi annotations: {} @@ -612,7 +612,7 @@ scriptsPersistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - storageClass: openebs-3-replicas + storageClass: "" accessMode: ReadWriteOnce size: 1Gi annotations: {}