Is your feature request related to a problem? Please describe.
I am now running Quality Time behind a proxy that intercepts all HTTP and HTTPS traffic. The HTTPS traffic is re-encrypted with its own certificate. This causes the API server to log all kinds of certificate issues.
Now I can solve the problem by mounting a volume with the correct certificate and then setting an env variable REQUEST_CA_BUNDLE to the path of the certificate.
Describe the solution you'd like
It would be nice if the Helm chart had an option to specify additional env, volumeMounts, and volumes for the api_server deployment.
Describe alternatives you've considered
To customize it myself in the forked version of the Helm chart.
Additional context
If you like, I can also make a pull request with the desired changes.
Is your feature request related to a problem? Please describe.
I am now running Quality Time behind a proxy that intercepts all HTTP and HTTPS traffic. The HTTPS traffic is re-encrypted with its own certificate. This causes the API server to log all kinds of certificate issues.
Now I can solve the problem by mounting a volume with the correct certificate and then setting an env variable REQUEST_CA_BUNDLE to the path of the certificate.
Describe the solution you'd like
It would be nice if the Helm chart had an option to specify additional env, volumeMounts, and volumes for the api_server deployment.
Describe alternatives you've considered
To customize it myself in the forked version of the Helm chart.
Additional context
If you like, I can also make a pull request with the desired changes.