-
Notifications
You must be signed in to change notification settings - Fork 123
Feat: Add user-provided helm values for additional control plane service labels #3499
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: Add user-provided helm values for additional control plane service labels #3499
Conversation
Hi @michasHL! Welcome to the project! 🎉 Thanks for opening this pull request! |
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
I have hereby read the F5 CLA and agree to its terms |
…bels Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
@michasHL Not sure exactly what's causing the pipeline failure, but try another run of |
Ah yeah, one field in the README was not generated correctly. Running that make command will fix it. |
Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
Yeah I initially manually updated the file and missed that one. Thank you. |
…ice labels (#3499) Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
…ice labels #3499 (#3501) Feat: Add user-provided helm values for additional control plane service labels (#3499) Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly Co-authored-by: Michael Kranz <[email protected]>
…ice labels (nginx#3499) Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
…ice labels (nginx#3499) Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
…ice labels (nginx#3499) Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label. Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart. Testing: Used helm lint/install --dry-run to make sure the k8s resources are created correctly
Proposed changes
Problem: As a user that uses prometheus for everything metrics, I would like to target the control plane service with a specific label.
Solution: Add the ability for users to provide additional service labels for the NGINX Gateway Fabric control plane service in the helm chart.
Testing: Local helm lint/install testing
Closes #3498
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.