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

postgress #194

Closed
wants to merge 3 commits into from
Closed

postgress #194

wants to merge 3 commits into from

Conversation

khushimalhoz
Copy link
Contributor

Postgress Helm chart

@khushimalhoz khushimalhoz self-assigned this Jun 6, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

rename the folder. make it postgres

Copy link
Contributor

Choose a reason for hiding this comment

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

Please check

Copy link
Contributor

Choose a reason for hiding this comment

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

fix the helm lint

Copy link
Contributor

Choose a reason for hiding this comment

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

It should be statefulset

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need ingress here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ingress.yaml is necessary if you need to expose your application outside of the Kubernetes cluster using HTTP/HTTPS. might be included for administrative interfaces or monitoring purposes.

Copy link
Contributor

Choose a reason for hiding this comment

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

We should avoid HPA for statuefulset. How you check the autoscaling for the postgres is possible of not?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes sir we can setup postgress exporter and with prometheus and grafana and can monitor the autoscalling activites by setting up alerts like high cpu usage and high memory usage with warnings.

database: mydatabase
username: myuser

postgresqlPassword: cGFzc3dvcmQ=
Copy link
Contributor

Choose a reason for hiding this comment

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

The password should be randomly generated during the initial Helm installation.

Copy link
Contributor

Choose a reason for hiding this comment

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

rename the directory

@khushimalhoz khushimalhoz changed the title postgress helm postgress Jun 12, 2024
@khushimalhoz khushimalhoz deleted the khushi branch June 12, 2024 04:52
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