plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
8.09k stars 760 forks source link

Chart: Service Annotations #902

Closed JoeKer1 closed 1 month ago

JoeKer1 commented 1 month ago

Is this a feature for the backend or frontend?

Backend

What would you like?

I'd like to be able to set annotations on the k8s service with values.yaml configuration. The reason is that I'm running planka in GKE and it needs some specific configuration on the service so that websockets aren't annoying (they disconnect with the default config about every 20s).

I'm willing to make the change and PR it myself.

Why is this needed?

I would like to configure the service with a BackEndConfig in GKE so that I don't get a pop up about connection lost every 30s

Other information

No response