From 636657ffa8bb2c51da79d0334983e838e24f9453 Mon Sep 17 00:00:00 2001 From: onedr0p Date: Tue, 1 Sep 2020 11:38:48 +0000 Subject: [PATCH] remove Cluster from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea7ab4..e427daa 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Like the admin user the ldap settings can be updated but also disabled or delete |service.http.port| Port for web traffic | 3000 | |service.ssh.type| Kubernetes service type for ssh traffic | ClusterIP | |service.ssh.port| Port for ssh traffic | 22 | -|service.ssh.externalTrafficPolicy| If `service.ssh.type` is `NodePort` or `LoadBalancer`, set this to `Local` to enable source IP preservation | Cluster | +|service.ssh.externalTrafficPolicy| If `service.ssh.type` is `NodePort` or `LoadBalancer`, set this to `Local` to enable source IP preservation | | |service.ssh.externalIPs| SSH service external IP addresses |[]| |service.ssh.annotations| Additional ssh annotations for the ssh service ||