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

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

Login page keep reappearing and is not going to the homepage #58

Open sakethkumardamera opened 1 year ago

sakethkumardamera commented 1 year ago

Hi All,

I have the camunda helm package downloaded and installed with one replica everything is working fine, if i scale the number of replicas to three, all the pods are coming up fine and camunda portal is available. Upon entering the wrong credentials the login page throws the same exception . However up on entering the right credentials the login page keep reappearing, without getting in to the camunda.

the service.yaml in the template section has been from this page and the below is my service details in values.yaml:

general: debug: false replicaCount: 3 nameOverride: "" fullnameOverride: ""

service: enabled: true portName: http protocol: TCP type: LoadBalancer port: 8080 portName: http

I have also read in someother articles that the default load balancing happens through round robin, and i may need to provide session affinity, can you please let me know if the same is true and need to be set here.

sakethkumardamera commented 1 year ago

Can anyone please help me with this?

aabouzaid commented 1 year ago

cc: @thecampagnards