You've already forked helm-gitea
Let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable (#15)
remove Cluster from readme externalTrafficPolicy and externalIPs example in values document service.ssh.externalTrafficPolicy and service.ssh.externalIPs bump chart version externalIPs and externalTrafficPolicy let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/15 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@ -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 | |
|
||||
|service.ssh.externalIPs| SSH service external IP addresses |[]|
|
||||
|service.ssh.annotations| Additional ssh annotations for the ssh service ||
|
||||
|
||||
### Gitea Configuration
|
||||
|
Reference in New Issue
Block a user