|
1 | 1 | # matrix |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart to deploy a Matrix homeserver stack into Kubernetes |
6 | 6 |
|
@@ -117,9 +117,8 @@ A Helm chart to deploy a Matrix homeserver stack into Kubernetes |
117 | 117 | | element.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-staging"` | required for TLS certs issued by cert-manager | |
118 | 118 | | element.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | | |
119 | 119 | | element.ingress.enabled | bool | `true` | enable ingress for element | |
120 | | -| element.ingress.hosts | string | `"element.chart-example.local"` | the hostname to use for element | |
121 | | -| element.ingress.tls[0].hosts | list | `["element.chart-example.local"]` | the hostname to use for element if using TLS certs | |
122 | | -| element.ingress.tls[0].secretName | string | `"element-tls"` | | |
| 120 | +| element.ingress.host | string | `"element.chart-example.local"` | the hostname to use for element | |
| 121 | +| element.ingress.tls.enabled | bool | `true` | | |
123 | 122 | | element.integrations.api | string | `"https://scalar.vector.im/api"` | API for the integration server | |
124 | 123 | | element.integrations.enabled | bool | `true` | enables the Integrations menu, including: widgets, bots, and other plugins to Element | |
125 | 124 | | element.integrations.ui | string | `"https://scalar.vector.im/"` | UI to load when a user selects the Integrations button at the top-right of a room | |
@@ -170,8 +169,7 @@ A Helm chart to deploy a Matrix homeserver stack into Kubernetes |
170 | 169 | | matrix.federation.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | required for the Nginx ingress provider. You can remove it if you use a different ingress provider | |
171 | 170 | | matrix.federation.ingress.enabled | bool | `true` | | |
172 | 171 | | matrix.federation.ingress.host | string | `"matrix-fed.chart-example.local"` | | |
173 | | -| matrix.federation.ingress.tls[0].hosts[0] | string | `"matrix-fed.chart-example.local"` | | |
174 | | -| matrix.federation.ingress.tls[0].secretName | string | `"federation-tls"` | | |
| 172 | +| matrix.federation.ingress.tls.enabled | bool | `true` | | |
175 | 173 | | matrix.federation.whitelist | list | `[]` | Allow list of domains to federate with (comment for all domains except blacklisted) | |
176 | 174 | | matrix.homeserverExtra | object | `{}` | Contents will be appended to the end of the default configuration | |
177 | 175 | | matrix.homeserverOverride | object | `{}` | Replace homeserver.yaml will be replaced with these contents | |
@@ -235,8 +233,7 @@ A Helm chart to deploy a Matrix homeserver stack into Kubernetes |
235 | 233 | | synapse.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" | string | `"proxy_intercept_errors off;\n"` | This annotation is required for the Nginx ingress provider. You can remove it if you use a different ingress provider | |
236 | 234 | | synapse.ingress.enabled | bool | `true` | | |
237 | 235 | | synapse.ingress.host | string | `"matrix.chart-example.local"` | | |
238 | | -| synapse.ingress.tls[0].hosts[0] | string | `"matrix.chart-example.local"` | | |
239 | | -| synapse.ingress.tls[0].secretName | string | `"matrix-tls"` | | |
| 236 | +| synapse.ingress.tls.enabled | bool | `true` | | |
240 | 237 | | synapse.labels | object | `{"component":"synapse"}` | Labels to be appended to all Synapse resources | |
241 | 238 | | synapse.metrics.annotations | bool | `true` | | |
242 | 239 | | synapse.metrics.enabled | bool | `true` | Whether Synapse should capture metrics on an additional endpoint | |
|
0 commit comments