-
Notifications
You must be signed in to change notification settings - Fork 14
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
Refactoring service name and metrics port to match authorino #150
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #150 +/- ##
==========================================
- Coverage 85.31% 84.40% -0.91%
==========================================
Files 19 19
Lines 994 994
==========================================
- Hits 848 839 -9
- Misses 95 100 +5
- Partials 51 55 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
@@ -0,0 +1,17 @@ | |||
apiVersion: v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the bundle dir, there are now two metric services, right? one should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops yes good catch
…cs port to make limitador operator more inline with authorino-operator
Updating metrics service name and removing patch for metrics port to make limitador operator more inline with authorino-operator. The conversation that sparked changes: Kuadrant/authorino-operator#187
Verification:
make local-setup
Verify metrics port 8080 is being shown
kubectl get deployment limitador-operator-controller-manager -n limitador-operator-system -o yaml
Ensure the metrics service looks like below
kubectl get service -A