-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update postgres #51
Conversation
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 |
I guess that’s fine, we just need to update the defaults then, especially the image references are very outdated.
… Op 18 sep. 2020 om 13:22 heeft K1Hyve ***@***.***> het volgende geschreven:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
c98e2e0
to
2e440f8
Compare
etc/postgresql/values.yaml
Outdated
replication: | ||
enabled: true | ||
user: repl_user | ||
password: repl_password | ||
slaveReplicas: 1 | ||
slaveReplicas: 2 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.