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

Update postgres #51

Merged
merged 5 commits into from
Sep 30, 2020
Merged

Update postgres #51

merged 5 commits into from
Sep 30, 2020

Conversation

blootsvoets
Copy link
Member

Old version of postgresql no longer is accepted by recent K8s/Helm. Updated it and commented out any values that are equal to the defaults or that refer to outdated images/charts.

@keyvaann
Copy link
Collaborator

Not using the default values and explicitly defining them in values file helps us mitigate any issues that might occur in case the default values change in the original chart

@blootsvoets
Copy link
Member Author

blootsvoets commented Sep 18, 2020 via email

replication:
enabled: true
user: repl_user
password: repl_password
slaveReplicas: 1
slaveReplicas: 2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need 2 slaveReplicas?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t know if we do... it’s just that the default changed.

Copy link
Collaborator

@keyvaann keyvaann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@blootsvoets blootsvoets merged commit c023c60 into dev Sep 30, 2020
@keyvaann keyvaann deleted the update-postgres branch May 8, 2021 21:50
blootsvoets added a commit that referenced this pull request Dec 21, 2022
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