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

Gateway anti-affinity and replicas #1702

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

thisisnotashwin
Copy link
Contributor

@thisisnotashwin thisisnotashwin commented Nov 11, 2022

Changes proposed in this PR:

  • Set the gateway anti-affinity defaults to null.
  • Set the gateway default replicas to 1.

How I've tested this PR:

  • Acceptance tests
    How I expect reviewers to test this PR:
  • 👀

Checklist:

  • Tests added
  • CHANGELOG entry added in CHANGELOG updates for 1.0 #1727

    HashiCorp engineers only, community PRs should not add a changelog entry.
    Entries should use present tense (e.g. Add support for...)

Copy link
Contributor

@curtbushko curtbushko left a comment

Choose a reason for hiding this comment

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

Easier default installs is good everyone! Thanks!

@@ -77,7 +77,7 @@ global:
# - name: pull-secret-name-2
# ```
# @type: array<map>
imagePullSecrets: []
imagePullSecrets: [ ]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Majority of the changes in this file related to indentation or spacing between the brackets were done automatically by the IDE.

Copy link
Contributor

@ishustava ishustava left a comment

Choose a reason for hiding this comment

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

Just one small request to change connectInject default replicas to 1 🙏

Base automatically changed from ashwin/merge-controllers to main November 11, 2022 23:53
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.

3 participants