Skip to content

Commit 7d52741

Browse files
author
Paulo Ribeiro
committed
doc: Add step to validate that the external NFS server is being used
1 parent a525899 commit 7d52741

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/configuration/caching.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,18 @@ To use your own external NFS server:
3737
--values values-production.yaml \
3838
# --values values-microk8s.yaml
3939
```
40+
41+
1. Validate that the `repository-listener` pod is now using the external NFS server:
42+
43+
```bash
44+
$ kubectl describe pod -n codacy codacy-listener-<...>
45+
46+
[...]
47+
48+
Volumes:
49+
listener-cache:
50+
Type: NFS (an NFS mount that lasts the lifetime of a pod)
51+
Server: <NFS_SERVER_IP>
52+
Path: /var/nfs/data/
53+
ReadOnly: false
54+
```

0 commit comments

Comments
 (0)