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

[installer] Minor alignments + fixes #9779

Merged
merged 1 commit into from
May 5, 2022
Merged

[installer] Minor alignments + fixes #9779

merged 1 commit into from
May 5, 2022

Conversation

geropl
Copy link
Member

@geropl geropl commented May 4, 2022

Description

This PR contains 2 minor fixes:

  • set a node affinity for the cloudsql deployment
  • align server ports between service and deployment

Related Issue(s)

Fixes #

How to test

Release Notes

NONE

Documentation

@geropl geropl requested review from a team May 4, 2022 21:54
@github-actions github-actions bot added team: delivery Issue belongs to the self-hosted team team: webapp Issue belongs to the WebApp team labels May 4, 2022
@geropl geropl force-pushed the gpl/minor-installer branch from 87e4df9 to 5836151 Compare May 4, 2022 22:00
@geropl geropl force-pushed the gpl/minor-installer branch from 5836151 to 540dca2 Compare May 4, 2022 22:21
@roboquat roboquat added size/M and removed size/S labels May 4, 2022
Copy link
Member

@easyCZ easyCZ left a comment

Choose a reason for hiding this comment

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

LGTM, left a comment. Adding a hold in case you want to tackle it in this PR.

/hold

@@ -43,7 +44,9 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
Labels: labels,
},
Spec: corev1.PodSpec{
Affinity: &corev1.Affinity{},
Affinity: &corev1.Affinity{
Copy link
Member

Choose a reason for hiding this comment

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

Does it make sense to extend the tests to check this is set correctly?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thx for finding this! Excellent idea, but I fear personally I won't time today, so opting for the "follow up" choice.

@geropl
Copy link
Member Author

geropl commented May 5, 2022

/unhold

@roboquat roboquat merged commit e955e75 into main May 5, 2022
@roboquat roboquat deleted the gpl/minor-installer branch May 5, 2022 07:46
@roboquat roboquat added the deployed: webapp Meta team change is running in production label May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production release-note-none size/M team: delivery Issue belongs to the self-hosted team team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants