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

feat: introduce parameterization to probe schemes #132

Merged

Conversation

pisarz
Copy link
Contributor

@pisarz pisarz commented Sep 22, 2023

Added a scheme field, which specifies the scheme (HTTP or HTTPS) used in the health, liveness and readiness probes of the ZITADEL service.
This can be useful for configuring how the probes interact with the service depending on the protocol that is being used. The default "HTTP" part ensures that if the scheme value is not provided in the .Values.service.scheme field, it defaults to "HTTP"

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • If possible, the test configuration is adjusted so acceptance tests cover my changes

@pisarz pisarz force-pushed the introduce-parameterization-to-probe-schemes branch 2 times, most recently from eae1bfe to c1dfd5d Compare September 25, 2023 07:27
@pisarz pisarz force-pushed the introduce-parameterization-to-probe-schemes branch from c1dfd5d to 55eade9 Compare October 2, 2023 10:50
Copy link
Member

@eliobischof eliobischof left a comment

Choose a reason for hiding this comment

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

hey @pisarz thanks for this feature and sorry for the very late review 🥲 I only moved the default scheme to the values.yaml and bumped the charts version.

If you'd like to have a small gift in return, please send us a mail to hi@zitadel.com. We will send you a form with questions about your address and shirt size.

@eliobischof eliobischof enabled auto-merge (squash) March 1, 2024 12:38
@eliobischof eliobischof merged commit bde2b29 into zitadel:main Mar 1, 2024
9 checks passed
kleberbaum pushed a commit to fhkit/zitadel-charts that referenced this pull request May 24, 2024
* feat: Introduce parameterization to probe schemes

* move default scheme to values.yaml

---------

Co-authored-by: Elio Bischof <elio@zitadel.com>
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.

None yet

2 participants