charts
charts copied to clipboard
- Adding Lifecycle Hook - Added Termination Grace Period Those features are intended to achieve the Graceful shutdown from Trino Worker nodes. https://trino.io/docs/current/admin/graceful-shutdown.html#admin-graceful-shutdown With `lifecycle hooks`, when the pods receive...
I checked and additionalVolumes and additionalVolumeMounts option of coordinator and worker is not working. After these changes, I can see the volumes and volumeMounts in `helm template`.
Hey, Im trying to secure our installation with HTTPS certificate and internal TLS so that i can use LDAP for authentication. However i run into the below error. `javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException:...
Enables the user to add annotations for the service resource so it can be integrated with load balancers and others. This is a similar PR to https://github.com/trinodb/charts/pull/54 and aims to...
Hi! I'm adding support to jmx metrics. It's usefull for capture metrics and build some monitoring system.
Hi i think the additionalJVMConfig parameter in the values.yaml should be `additionalJVMConfig : [ ]` instead of `additionalJVMConfig: { }` which is producing this error / bug when doing helm...
### Summary Cannot use TLS encryption b/w Ingress controller and the Service. ## Steps to reproduce ```yaml server: config: https: enabled: true service: type: ClusterIP port: 8443 ingress: enabled: true...