commit 869a5557b6ce330755f608da4e529fa347bbb29b parent 105d6a5eedeaa394d45196f4db956d77b69f8bb6 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 17 Sep 2023 21:55:46 +0200 try again Diffstat:
| M | apps/production/nfs-csi.yaml | | | 4 | ++-- |
| M | apps/production/nfs-server.yaml | | | 6 | ++++++ |
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/apps/production/nfs-csi.yaml b/apps/production/nfs-csi.yaml @@ -365,6 +365,6 @@ parameters: reclaimPolicy: Delete volumeBindingMode: Immediate mountOptions: -# - nfsvers=4.1 + - nfsvers=4.1 # - nfsvers=4 - - nolock +# - nolock diff --git a/apps/production/nfs-server.yaml b/apps/production/nfs-server.yaml @@ -54,9 +54,15 @@ spec: - name: tcp-2049 containerPort: 2049 protocol: TCP + - name: udp-2049 + containerPort: 2049 + protocol: UDP - name: udp-111 containerPort: 111 protocol: UDP + - name: tcp-111 + containerPort: 111 + protocol: TCP volumes: - name: nfs-vol hostPath: