Dirk Pahl

Results 5 comments of Dirk Pahl

The much better way is to rely on the strict host checking and use a defined known_hosts file. The only thing to do is to export it before with ```export...

Hey, after reviewing that I think the easier way to achieve that would be to replace app.php with app_dev.php in the symfony config here https://github.com/dirkaholic/vagrant-php-dev-box/blob/master/playbooks/roles/symfony-standard/templates/nginx.conf.j2#L13. What do you think ?

I really like this but I just don't understand why the upgrade to Ubuntu 17.04 is included here. I would keep such a change separated and in general I'd would...

@S1SYPHOS would be nice.

It is (at least) possible to use the metrics endpoint for these probes when metrics are enabled: ``` livenessProbe: httpGet: path: /metrics port: 8000 scheme: HTTP initialDelaySeconds: 15 periodSeconds: 30...