Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitBucket service should use generic 'sticky' implementation #13

Open
michaelvl opened this issue Apr 2, 2020 · 0 comments
Open

BitBucket service should use generic 'sticky' implementation #13

michaelvl opened this issue Apr 2, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@michaelvl
Copy link
Contributor

BitBucket requires sticky sessions on the web interface. The bitbucket service have the following values in values.yaml:

Service:
Annotations:
traefik.backend.loadbalancer.sticky: "true"

This should be replaced with a 'sessionAffinity: ClientIP' on the service since this is a generic, non-traefik specific solution.

@michaelvl michaelvl added enhancement New feature or request good first issue Good for newcomers labels Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant