fix netbox pvc

This commit is contained in:
Philip Haupt
2025-11-07 19:29:43 +01:00
parent 08fd483bf8
commit ce84538692
2 changed files with 5 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ metadata:
namespace: netbox namespace: netbox
spec: spec:
accessModes: accessModes:
- ReadWriteOnce - ReadWriteMany
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi

View File

@@ -560,9 +560,9 @@ persistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on ## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack) ## GKE, AWS & OpenStack)
## ##
storageClass: openebs-3-replicas storageClass: ""
subPath: "" subPath: ""
accessMode: ReadWriteOnce accessMode: ReadWriteMany
size: 1Gi size: 1Gi
existingClaim: "" existingClaim: ""
annotations: {} annotations: {}
@@ -587,7 +587,7 @@ reportsPersistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on ## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack) ## GKE, AWS & OpenStack)
## ##
storageClass: openebs-3-replicas storageClass: ""
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 1Gi size: 1Gi
annotations: {} annotations: {}
@@ -612,7 +612,7 @@ scriptsPersistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on ## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack) ## GKE, AWS & OpenStack)
## ##
storageClass: openebs-3-replicas storageClass: ""
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 1Gi size: 1Gi
annotations: {} annotations: {}