Skip to content

Adding a custom requests_ca_bundle to the api_server in the Helm chart #12560

@tijder

Description

@tijder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Released

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions