File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ The following parameters are specific to each Codacy component.
185185| ` listener.nfsserverprovisioner.persistence.enabled ` | Creates an NFS provisioner | ` true ` |
186186| ` listener.nfsserverprovisioner.persistence.size ` | Size of the NFS server disk | ` 120Gi ` |
187187| ` listener.cacheCleanup.olderThanDays ` | Data retention policy in days | ` 30 ` |
188+ | ` listener.cache.name ` | External NFS volume name | ` listener-cache ` |
189+ | ` listener.cache.path ` | External NFS volume mount path | ` /data ` |
190+ | ` listener.cache.nfs.server ` | IP address of external NFS server | ` 0.0.0.0 ` |
191+ | ` listener.cache.nfs.path ` | External NFS server directory or file system to be mounted | ` / ` |
188192| ` engine.replicaCount ` | Number of replicas | ` 1 ` |
189193| ` engine.image.repository ` | Image repository | from dependency |
190194| ` engine.image.tag ` | Image tag | from dependency |
You can’t perform that action at this time.
0 commit comments