Damien Gustave

Results 6 issues of Damien Gustave

I'm trying to manipulate php-fpm config files. On php-fpm.conf, you have a `[global]` section, and at the end an `include=/etc/php/7.0/fpm/pool.d/*.conf`. These additionnal config files contains others section definition. Problem is,...

enhancement

## Expected Behavior Wifi calling is working when using OMR supported. ## Current Behavior In my house I have very poor mobile network reception, I then use wifi calling to...

bug

##### SUMMARY inventory plugin: adding the instance hostname field as inventory hostname I opened [an issue](https://github.com/ansible-collections/google.cloud/issues/434) but it's preferable to do this on a PR. Fixes #434 I think it...

enhancement

##### SUMMARY inventory plugin: adding the instance hostname field as inventory hostname ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME inventory_plugin ##### ADDITIONAL INFORMATION I think it would be...

This PR adds annotations on service. This is useful if you want, for example, to create DNS records with external DNS: ```yaml service: type: LoadBalancer port: 9090 annotations: external-dns.alpha.kubernetes.io/hostname: ```

This PR adds the native TLS support from Vouch into this Helm chart. It also contains modifications from https://github.com/vouch/helm-charts/pull/40 as I use them both, disregard these changes for this PR.