Let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable #15

Merged
lunny merged 5 commits from :master into master 2020-09-02 12:09:29 +00:00
Contributor

Add two new config options:

|service.ssh.externalTrafficPolicy| If `service.ssh.type` is `NodePort` or `LoadBalancer`, set this to `Local` to enable source IP preservation | Cluster | |service.ssh.externalIPs| SSH service external IP addresses |[]| 

Having these be configurable would be great. Let me know if you need any further changes.

Add two new config options: ``` |service.ssh.externalTrafficPolicy| If `service.ssh.type` is `NodePort` or `LoadBalancer`, set this to `Local` to enable source IP preservation | Cluster | |service.ssh.externalIPs| SSH service external IP addresses |[]| ``` Having these be configurable would be great. Let me know if you need any further changes.
onedr0p added 4 commits 2020-08-30 19:18:02 +00:00
let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable
externalTrafficPolicy and externalIPs example in values
All checks were successful
continuous-integration/drone/pr Build is passing
ee069753f1
Member

Thank you for the PR, I will check this today on my test cluster.

Thank you for the PR, I will check this today on my test cluster.
lunny added the
kind
enhancement
label 2020-08-31 08:12:35 +00:00
luhahn requested changes 2020-09-01 08:50:05 +00:00
Dismissed
luhahn left a comment
Member

Just a little something I'd like to change. Otherwise I've tested this PR on my Cluster and it looks fine to me :)

Just a little something I'd like to change. Otherwise I've tested this PR on my Cluster and it looks fine to me :)
README.md Outdated
@@ -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 |
Member

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

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
onedr0p added 1 commit 2020-09-01 11:39:01 +00:00
remove Cluster from readme
All checks were successful
continuous-integration/drone/pr Build is passing
636657ffa8
onedr0p requested review from luhahn 2020-09-01 11:39:32 +00:00
Author
Contributor

@luhahn updated!

@luhahn updated!
luhahn approved these changes 2020-09-01 11:41:01 +00:00
Dismissed
luhahn left a comment
Member

Looks good to me

Looks good to me
lunny approved these changes 2020-09-02 12:09:20 +00:00
Dismissed
lunny merged commit 5261fa8599 into master 2020-09-02 12:09:28 +00:00
Sign in to join this conversation.
No description provided.