I’m trying to do a local Wordpress deplyment but something is wrong.
I created : - a deployment of Nginx and conf.
- a yaml with the Nginx service
- a yaml with PersVol
- a yaml with the php-fpm service
- a yaml with the php-fpm deployment which theoretically should hold my WordPress image.
Bun it doesn’t works and I think missed something.
In conclusion I want to do a local WordPress deployment with Nginx, not Apache where I had no problem when I created it. Thx!