mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
[bitnami/*] Update readme files (#19277)
* Use new kubeapps.dev domain in readme files Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Use same wording for the "This chart provides support for Ingress" note Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> --------- Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
This commit is contained in:
committed by
GitHub
parent
d0cb50e308
commit
e56aeb2fbf
@@ -444,7 +444,7 @@ externalCache.port=11211
|
||||
|
||||
### Ingress
|
||||
|
||||
This chart provides support for Ingress resources. If an Ingress controller, such as nginx-ingress or traefik, that Ingress controller can be used to serve WordPress.
|
||||
This chart provides support for Ingress resources. If you have an ingress controller installed on your cluster, such as [nginx-ingress-controller](https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller) or [contour](https://github.com/bitnami/charts/tree/main/bitnami/contour) you can utilize the ingress controller to serve your application.
|
||||
|
||||
To enable Ingress integration, set `ingress.enabled` to `true`. The `ingress.hostname` property can be used to set the host name. The `ingress.tls` parameter can be used to add the TLS configuration for this host. It is also possible to have more than one host, with a separate TLS configuration for each host. [Learn more about configuring and using Ingress](https://docs.bitnami.com/kubernetes/apps/wordpress/configuration/configure-ingress/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user