From fba81f3ea7d52dc95bc47209f1475352300a5fbd Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 27 Jun 2018 11:59:53 +0200 Subject: [PATCH] fix nfs volume --- nexus/v0.1.x/templates/volumes/nexus-pv.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus/v0.1.x/templates/volumes/nexus-pv.yaml b/nexus/v0.1.x/templates/volumes/nexus-pv.yaml index 169280c..7c6de7a 100644 --- a/nexus/v0.1.x/templates/volumes/nexus-pv.yaml +++ b/nexus/v0.1.x/templates/volumes/nexus-pv.yaml @@ -12,5 +12,5 @@ spec: - ReadWriteMany persistentVolumeReclaimPolicy: Retain nfs: - server: 192.168.64.10 - path: /home/gcc/molgenis-nexus-data + server: 192.168.64.12 + path: /gcc/molgenis-nexus-data