Add example of routing non HTTP TCP traffic with Helm Chart
Having an example of how to use this feature in the values.yaml makes it clear how it is to be used.
This commit is contained in:
parent
4bac1200bf
commit
d75003cd83
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ controller:
|
|||
# -- Allows customization of the configmap / nginx-configmap namespace; defaults to $(POD_NAMESPACE)
|
||||
configMapNamespace: ""
|
||||
tcp:
|
||||
# -- Route TCP traffic on port 22 to port 2222 on a service in the cluster
|
||||
# 22: some-namespace/some-service:2222
|
||||
# -- Allows customization of the tcp-services-configmap; defaults to $(POD_NAMESPACE)
|
||||
configMapNamespace: ""
|
||||
# -- Annotations to be added to the tcp config configmap
|
||||
|
|
Loading…
Reference in a new issue