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

Change headless svc name #903

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

slepovdv
Copy link

@slepovdv slepovdv commented Sep 25, 2023

Change the Headless Service Name to Template-Generated Name


  • I've made sure the CHANGELOG.md will remain up-to-date after this PR is merged.

Overview:
This pull request introduces a modification to the project that updates the naming convention of the Headless Service (SVC). Currently, the Headless Service name is hardcoded using a constant-defined name, which can lead to naming conflicts and limitations in certain scenarios. To address this issue and improve flexibility, this PR proposes changing the Headless Service name to be dynamically generated using a template.

Motivation:
The primary motivation behind this change is to enhance the scalability and maintainability of the project by removing the constraints imposed by a static, constant-defined name. The template-generated name will allow for more dynamic and context-aware naming of the Headless Service, making it easier to manage in various deployment environments and configurations.

Denis Slepov and others added 5 commits September 25, 2023 14:57
Change the Headless Service Name to Template-Generated Name
Fix headless svc regexp
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

1 participant