bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.88k stars 9.16k forks source link

[bitnami/wordpress] Allow using nginx instead of apache #29615

Open xorinzor opened 4 days ago

xorinzor commented 4 days ago

Name and Version

bitnami/wordpress

What is the problem this feature will solve?

Apache performs significantly slower then Nginx. Bitnami already offers a wordpress-nginx container, but from my testing this does not appear to be as simple as changing image.repository to bitnami/wordpress-nginx (with the appropriate image.tag).

What is the feature you are proposing to solve the problem?

Improved performance by using nginx

What alternatives have you considered?

No response

javsalgar commented 3 days ago

Hi,

Probably you may be able to make it work if you set:

containerSecurityContext:
  runAsGroup: 0
  readOnlyRootFilesystem: false