move nexus to nfs

This commit is contained in:
2022-11-09 16:17:46 -06:00
parent 8a56d7792d
commit 49e050956a

View File

@@ -138,8 +138,8 @@ nexus-repository-manager:
persistence: persistence:
enabled: true enabled: true
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
storageClass: "longhorn" storageClass: "nfs-storage"
storageSize: 8Gi storageSize: 20Gi
tolerations: [] tolerations: []
@@ -164,4 +164,4 @@ nexus-repository-manager:
# The name of the service account to use. # The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""