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: transmission-openvpn/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@ The following tables lists the configurable parameters of the chart and their de
58
58
|`securityContext`| The security context for the application container. Includes `NET_ADMIN` by default for the OpenVPN connection to work |`{"capabilities":{"add":["NET_ADMIN"]}}`|
59
59
|`service.type`| Kubernetes Service type |`ClusterIP`|
60
60
|`service.port`| Kubernetes Service port |`80`|
61
-
|`ingress.enabled`| Enable the use of the ingress controller to access the web UI |`false`|
62
-
|`ingress.annotations`|Annotations for the Ingress|`{}`|
63
-
|`ingress.hosts[0].host`|Hostname to your installation|`chart-example.local`|
64
-
|`ingress.hosts[0].paths`|Path within the url structure |`[]`|
61
+
|`ingress.enabled`| Enable the use of the ingress controller |`false`|
62
+
|`ingress.className`|Class name for the ingress|`{}`|
63
+
|`ingress.annotations`|Annotations for the ingress|`{}`|
64
+
|`ingress.hosts`|Hosts configuration of the ingress | see [values.yaml](values.yaml)|
65
65
|`ingress.tls`| The TLS configuration for the ingress |`[]`|
66
66
|`resources`| The resources to allocate for the container |`{}`|
0 commit comments