move nexus to nfs
This commit is contained in:
@@ -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: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user