You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/ziti-router/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,8 @@ identity:
258
258
| edge.enabled | bool | `true` | enable the edge listener in the router config; usually true because tunnel bindings require the edge which must have at least on listener |
259
259
| edge.ingress.annotations | object | `{}` | ingress annotations, e.g., to configure ingress-nginx for passthrough TLS |
260
260
| edge.ingress.enabled | bool | `false` | create an ingress for the cluster service; typically paired with a ClusterIP service type when enabled |
261
+
| edge.ingress.ingressClassName | string | `""` | ingress class name |
| edge.protocol | string | `"tls"` | edge listener protocol: tls, wss; usually tls because additionalListeners can be used to provide a wss listener |
263
265
| edge.service.annotations | object | `{}` | service annotations |
@@ -291,9 +293,11 @@ identity:
291
293
| linkListeners.transport.enabled | bool | `true` | enable the transport listener in the router config; set false for a private router that only connects to other routers and does not accept incoming links |
| linkListeners.transport.service.annotations | object | `{}` | service annotations |
296
-
| linkListeners.transport.service.enabled | bool | `false` | create a cluster service for the router transport link listener; unnecessary if advertisedHost is shared with edge listener (the default) |
300
+
| linkListeners.transport.service.enabled | bool | `true` | create a cluster service for the router transport link listener; unnecessary if advertisedHost is shared with edge listener (the default) |
297
301
| linkListeners.transport.service.labels | object | `{}` | service labels |
298
302
| linkListeners.transport.service.type | string | `"ClusterIP"` | expose the service as a ClusterIP, NodePort, or LoadBalancer |
0 commit comments