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

Fix issue with service selector when running multiple instances #274

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

mikaelh
Copy link
Contributor

@mikaelh mikaelh commented Aug 31, 2022

Signed-off-by: Mikael Hammarin mhammarin@ecit.com

Pull Request

Description of the change

This fix make it possible to run multiple helm instances in the same namespace without traffic accidently being sent to all of them (service selector is not unique per instance).

Benefits

This allow multiple parallel instances of Nextcloud to be run in a single namespace without colliding.

Possible drawbacks

This change make it impossible to lunch multiple deployments which will receive traffic from the same ingress.
However, I can't think of a reason why it would be intended behavior for multiple deployment to use the same service selector.

Applicable issues

NA

Additional information

NA

Checklist

@mikaelh
Copy link
Contributor Author

mikaelh commented Sep 6, 2022

ping @tvories :)

@mikaelh mikaelh force-pushed the fix/support-multiple-instances branch from d91a397 to b27f998 Compare November 2, 2022 14:16
@mikaelh
Copy link
Contributor Author

mikaelh commented Nov 2, 2022

any update? this is a small fix and non-breaking change @tvories

Signed-off-by: Mikael Hammarin <mhammarin@ecit.com>
@mikaelh mikaelh force-pushed the fix/support-multiple-instances branch 2 times, most recently from 42026d0 to 8e50130 Compare November 2, 2022 15:21
@mikaelh
Copy link
Contributor Author

mikaelh commented Nov 2, 2022

@tvories bumped version number

@tvories tvories merged commit 6fce65c into nextcloud:master Nov 2, 2022
@mikaelh mikaelh deleted the fix/support-multiple-instances branch November 3, 2022 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants