[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:
Antonio Gámez, PhD
2023-09-18 17:29:54 +02:00
committed by GitHub
parent d0cb50e308
commit e56aeb2fbf
27 changed files with 28 additions and 29 deletions

View File

@@ -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/).