Kubernetes php-fpm & nginx slow to start
Im trying to put a php symfony project on kubernetes ! It work but my php-fpm is slow to start I build this as one pod with one php container and one nginx container apiVersion: apps/v1 kind: Deployment metadata: name:…