cowboysysop / charts

Cowboy Sysop Charts
MIT License
113 stars 68 forks source link

feat(service): added session affinity to use if replicas more than 1 #655

Closed patrickreinan closed 2 months ago

patrickreinan commented 2 months ago

Added session affinity to fix error session id unknown when using more than 1 replica on Kubernetes

sebastien-prudhomme commented 2 months ago

Hi @patrickreinan, I think you need to use a PVC in ReadWriteMany mode to allow more than 1 replica, as some encryption keys are written on the local storage and not in the database. But I will see how to add session affinity in all charts if it can help you.

sebastien-prudhomme commented 2 months ago

Replaced by #643

patrickreinan commented 2 months ago

Thanks!