Alexis Ribot

Results 3 comments of Alexis Ribot

Hi @alemorcuq I followed step by step this tutorial : https://docs.bitnami.com/kubernetes/how-to/deploy-php-application-kubernetes-helm/ . When I attach a simple css file like that in php file : My PHP file is 200...

@alemorcuq The problem is at the end of tutorials, I did `docker build . -t MYUSERNAME/phpfpm-app:0.1.0` in `tutorials/phpfpm-k8s/ ` after attaching my files and I launched `helm install --set mariadb.mariadbRootPassword=DB_ROOTPASSWORD,mariadb.mariadbUser=DB_USERNAME,mariadb.mariadbPassword=DB_USERPASSWORD,mariadb.mariadbDatabase=DB_NAME...

@alemorcuq Another problem I think : css, jss files are finally served as text/html. Even though I obtain an error 200 on my statics files, they are interpreted as text/html....