diff options
| author | Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> | 2026-03-24 13:30:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 05:30:29 +0000 |
| commit | a10f55e383637257966b6fd8d32050f260191387 (patch) | |
| tree | 4d884741abb4088eba2c630c007b31a28e532ccd | |
| parent | chore(release): prepare for release 18.13.4 (#3336) (diff) | |
| download | atuin-a10f55e383637257966b6fd8d32050f260191387.zip | |
docs: fix duplicated word in Kubernetes guide (#3338)
| -rw-r--r-- | docs/docs/self-hosting/kubernetes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/self-hosting/kubernetes.md b/docs/docs/self-hosting/kubernetes.md index 73bb772d..55227af5 100644 --- a/docs/docs/self-hosting/kubernetes.md +++ b/docs/docs/self-hosting/kubernetes.md @@ -228,7 +228,7 @@ Note that this configuration will store the database folder _outside_ the kubern You should also change the password string in `ATUIN_DB_PASSWORD` and `ATUIN_DB_URI` in the`secrets.yaml` file to a more secure one. -The atuin service on the port `30530` of the host system. That is configured by the `nodePort` property. Kubernetes has a strict rule that you are not allowed to expose a port numbered lower than 30000. To make the clients work, you can simply set the port in in your `config.toml` file, e.g. `sync_address = "http://192.168.1.10:30530"`. +The atuin service on the port `30530` of the host system. That is configured by the `nodePort` property. Kubernetes has a strict rule that you are not allowed to expose a port numbered lower than 30000. To make the clients work, you can simply set the port in your `config.toml` file, e.g. `sync_address = "http://192.168.1.10:30530"`. Deploy the Atuin server using `kubectl`: |
