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 k8s deployment #69

Merged
merged 1 commit into from
Nov 30, 2020
Merged

Conversation

hardbyte
Copy link
Collaborator

  • Make the k8s service configurable (added loadBalancerSourceRanges, annotations, and labels).
  • Migrate off deprecated "stable" postgres chart to bitnami maintained one.
  • Use standardized names for labels.
  • Add chart's api version.

I've tested that the labels and annotations work.

- Make service configurable (added loadBalancerSourceRanges, annotations, and labels).
- Migrate off deprecated postgres chart.
- Use standardized names for labels.
- Add chart's api version.
@hardbyte
Copy link
Collaborator Author

I might follow up in another PR with an ingress to close off #28

Copy link
Collaborator

@wilko77 wilko77 left a comment

Choose a reason for hiding this comment

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

lgtm

global:
postgresql:
postgresqlDatabase: "postgres"
postgresqlUsername: "postgres"
Copy link
Collaborator

Choose a reason for hiding this comment

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

someone really loves writing 'postgresql'.
Wouldn't it be more concise like that:
.Values.global.postgresql.password etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah it would but the keys come from the dependent chart's parameters not from me.

@hardbyte hardbyte merged commit 3288767 into data61:master Nov 30, 2020
@hardbyte hardbyte deleted the update-k8s-deployment branch November 30, 2020 06:01
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