Skip to content

Commit 9aba205

Browse files
github-actions[bot]qrkourier
authored andcommitted
helm-docs: automated action
1 parent a9041a7 commit 9aba205

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

charts/ziti-router/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ identity:
258258
| 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 |
259259
| edge.ingress.annotations | object | `{}` | ingress annotations, e.g., to configure ingress-nginx for passthrough TLS |
260260
| 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 |
262+
| edge.ingress.labels | object | `{}` | ingress labels |
261263
| edge.options | object | `{}` | additional common xgress options |
262264
| edge.protocol | string | `"tls"` | edge listener protocol: tls, wss; usually tls because additionalListeners can be used to provide a wss listener |
263265
| edge.service.annotations | object | `{}` | service annotations |
@@ -291,9 +293,11 @@ identity:
291293
| 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 |
292294
| linkListeners.transport.ingress.annotations | object | `{}` | ingress annotations, e.g., to configure ingress-nginx |
293295
| linkListeners.transport.ingress.enabled | bool | `false` | create an ingress for the cluster service |
296+
| linkListeners.transport.ingress.ingressClassName | string | `""` | ingress class name |
297+
| linkListeners.transport.ingress.labels | object | `{}` | ingress labels |
294298
| linkListeners.transport.options | object | `{}` | link listener options |
295299
| 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) |
297301
| linkListeners.transport.service.labels | object | `{}` | service labels |
298302
| linkListeners.transport.service.type | string | `"ClusterIP"` | expose the service as a ClusterIP, NodePort, or LoadBalancer |
299303
| nodeSelector | object | `{}` | deployment template spec node selector |

0 commit comments

Comments
 (0)