Luís Costa

Results 13 comments of Luís Costa

Hello I believe that you mean is this: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack I've my own monitoring stack: - prometheus or opentelemetry, doing service discovery based on annotations https://github.com/temporalio/helm-charts/blob/main/charts/temporal/templates/server-deployment.yaml#L26-L28 - grafana, with temporal dashboard...

Hello @esn89 I'm using aws rds postgresl 16 (rds.force_ssl is enabled by default since v15). In values.yaml I've: ```yaml tls: enabled: true caFile: ``` And temporal is able to connect...

Hello @PhillypHenning @robholland @tomwheeler Can you please review and merge if everything looks good to you? Thanks.

> Having just gone through the process of creating certs and CAs for Temporal, this is a welcome piece of work. Thanks @luismacosta! Can you elaborate a little on what...

This is not a bug. @robholland, as you have mentioned, it is just a message in the logs, saying that the env var is not defined. That is the only...

Hello @PhillypHenning I've updated the PR with your suggestions. Can you please review it and merge if everything looks good to you? Thanks. Cc @robholland @tomwheeler

@yshtein you may close this issue. Thanks https://github.com/trinodb/charts/pull/297#issuecomment-2754709211

Hello I had the same problem and created my own service and ingress for jmx container. Or, if you are using prometheus service discovery, maybe add the prometheus annotations for...

Hello @till Please have a look on https://github.com/temporalio/helm-charts/pull/686. I'm using postgresql helm chart as a dependency and the schema job completes without any issue. If you are using an external...

Hello @till, The purpose of schema job is to bootstrap temporal and temporal visibility databases schemas automatically. There is no need to set setup.enabled: false + update. enabled: false and...