From 49e050956a73322a035da049332be6aa70fe1d1c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 9 Nov 2022 16:17:46 -0600 Subject: [PATCH] move nexus to nfs --- nexus-repository-manager/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nexus-repository-manager/values.yaml b/nexus-repository-manager/values.yaml index 3110ce1..8206dd2 100644 --- a/nexus-repository-manager/values.yaml +++ b/nexus-repository-manager/values.yaml @@ -138,8 +138,8 @@ nexus-repository-manager: persistence: enabled: true accessMode: ReadWriteOnce - storageClass: "longhorn" - storageSize: 8Gi + storageClass: "nfs-storage" + storageSize: 20Gi tolerations: [] @@ -164,4 +164,4 @@ nexus-repository-manager: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" - \ No newline at end of file +