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

Helm: add options to configure the Service resources #7153

Merged
merged 2 commits into from Nov 7, 2023

Conversation

ItalyPaleAle
Copy link
Contributor

Adds options to configure, for each Service that is created:

  • The type (ClusterIP, the default, LoadBalancer, etc) (not for placement, which doesn't allocate any IP for the service)
  • Custom annotations - there was already an option to set annotations on deployments, but not on services

Default values don't change, but just gives a few more options for users who have special environments.

Adds options to configure, for each Service that is created:

- The type (`ClusterIP`, the default, `LoadBalancer`, etc) _(not for placement)_
- Custom annotations - there was already an option to set annotations on deployments, but not on services

Default values don't change, but just gives a few more options for users who have special environments.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
@ItalyPaleAle ItalyPaleAle requested review from a team as code owners November 6, 2023 20:25
@ItalyPaleAle ItalyPaleAle added the autoupdate DaprBot will keep the Pull Request up to date with master branch label Nov 6, 2023
Copy link
Member

@daixiang0 daixiang0 left a comment

Choose a reason for hiding this comment

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

LGTM

@mukundansundar
Copy link
Contributor

/ok-to-test

@mukundansundar
Copy link
Contributor

/version-skew-test

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 7, 2023

Dapr E2E test

🔗 Link to Action run

Commit ref: e56526c

✅ Build succeeded for linux/amd64

  • Image tag: dapre2ebd53370ed1l
  • Test image tag: dapre2ebd53370ed1l

✅ Infrastructure deployed

Cluster Resource group name Azure region
Linux Dapr-E2E-dapre2ebd53370ed1l westus3
Windows Dapr-E2E-dapre2ebd53370ed1w westus3
Linux/arm64 Dapr-E2E-dapre2ebd53370ed1la eastus

✅ Build succeeded for windows/amd64

  • Image tag: dapre2ebd53370ed1w
  • Test image tag: dapre2ebd53370ed1w

✅ Tests succeeded on windows/amd64

  • Image tag: dapre2ebd53370ed1w
  • Test image tag: dapre2ebd53370ed1w

✅ Tests succeeded on linux/amd64

  • Image tag: dapre2ebd53370ed1l
  • Test image tag: dapre2ebd53370ed1l

@mukundansundar
Copy link
Contributor

/test-version-skew

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 7, 2023

Dapr Version Skew test (control-plane-master - 1.12.0)

🔗 Link to Action run

Commit ref: e56526c

✅ Version Skew tests passed

@dapr-bot
Copy link
Collaborator

dapr-bot commented Nov 7, 2023

Dapr Version Skew test (dapr-sidecar-master - 1.12.0)

🔗 Link to Action run

Commit ref: e56526c

❌ Version Skew tests failed

Please check the logs for details on the error.

@mukundansundar mukundansundar added this to the v1.13 milestone Nov 7, 2023
@mukundansundar mukundansundar added the automerge Allows DaprBot to automerge and update PR if all approvals are in place label Nov 7, 2023
@mukundansundar mukundansundar merged commit 78b7271 into dapr:master Nov 7, 2023
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Allows DaprBot to automerge and update PR if all approvals are in place autoupdate DaprBot will keep the Pull Request up to date with master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants