camunda-community-hub / camunda-7-community-helm

Camunda public Kubernetes Helm repo and charts
Apache License 2.0
39 stars 38 forks source link

Possible to add a CA certificate? #62

Closed timvdh closed 10 months ago

timvdh commented 11 months ago

Our workflows access internal rest apis via https and therefore we need to configure custom CA certificates. Is this possible with the helm chart somehow or is there another recommended way to copy the CA into the container and update certificates without building a custom docker image?

thecampagnards commented 11 months ago

Hello, I don't really understand your need, you need to expose outside your k8s in https if that's the case check the ingress conf, if you need to expose inside your k8s in https/mtls I suggest a mesh service that will manage it for you.