Skip to content

Commit 71597f6

Browse files
authored
Fix typo storagerServersPerPod (#2218)
Co-authored-by: Jillian Crossley <[email protected]>
1 parent f868e41 commit 71597f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Other than the above, you can make any modifications to the pod definition you n
6767

6868
The operator doesn't support to use custom ports for FDB.
6969
Per default a FDB cluster without TLS will use the ports `4501` and a FDB cluster using TLS will be using `4500`.
70-
If more than one process should be running per Pod, e.g. when using the `storagerServersPerPod` setting, the additional processes will get the `standard port + 2*processNumber`, e.g. for the second process in a TLS cluster that would be `4502`.
70+
If more than one process should be running per Pod, e.g. when using the `storageServersPerPod` setting, the additional processes will get the `standard port + 2*processNumber`, e.g. for the second process in a TLS cluster that would be `4502`.
7171

7272
## Next
7373

0 commit comments

Comments
 (0)