Let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable #15
Reference in New Issue
Block a user
No description provided.
Delete Branch ":master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add two new config options:
Having these be configurable would be great. Let me know if you need any further changes.
Thank you for the PR, I will check this today on my test cluster.
Just a little something I'd like to change. Otherwise I've tested this PR on my Cluster and it looks fine to me :)
@@ -201,6 +201,8 @@ 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 |Since there is no default set in the values or template we should remove the default value "Cluster" from the readme and just leave this empty
@luhahn updated!
Looks good to me