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

[WIP] Make HA deployment and satellites possible #58

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ngoeddel-openi
Copy link

The following changes have been made so far:

  • Allow custom zones and endpoints to be created from the Helm Chart itself
  • Allow the endpoints to be created automatically if needed
  • Allow more that one replica to be used when deploying Icinga for a true HA setup (does not work with masters yet)
  • Add a dedicated Service for each replica to be accessed individually instead of only one loadbalancer Service
  • Allow the absence of the API users 'director' and 'icingaweb' when we do not need to deploy IcingaWeb
  • Fix bug in Redis deployment where the wrong values path is used
  • Avoid using the original entrypoint when deploying satellites because it is not able to create valid certificates and instead use a bash script

…itself

- Allow the endpoints to be created automatically if needed
- Allow more that one replica to be used when deploying Icinga for a true HA setup (does not work with masters yet)
- Add a dedicated Service for each replica to be accessed individually instead of only one loadbalancer Service
- Allow the absense of the API users 'director' and 'icingaweb' when we do not need to deploy IcingaWeb
- Fix bug in Redis deployment where the wrong values path is used
- Avoid using the original entrypoint when deploying satellites because it is not able to create valid certificates and instead use a bash script
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed CLA is signed by all contributors of a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant