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

Helm: StatefulSets? #13

Open
CMYanko opened this issue May 26, 2020 · 1 comment
Open

Helm: StatefulSets? #13

CMYanko opened this issue May 26, 2020 · 1 comment

Comments

@CMYanko
Copy link

CMYanko commented May 26, 2020

Should we be using a stateful set for the deployment templates since we are a stateful app with a persistent volume?

@CMYanko
Copy link
Author

CMYanko commented May 27, 2020

I've read up on Stateful Sets in the Kubernetes patterns book. Since we are not a 'distributed' application (in an old n-tier sense and not a OOS License sense) I don't think we 'need' a stateful set.

The NXRM templates has a misleading template named deployment-statefulset.yml, the value that controls the logic for this is set to false. I believe the idiom is to just leave the file named 'deployment' and chose if it needs to be a stateful set in the values.txt

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

No branches or pull requests

1 participant