-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release new version of namespace-lister (#5482)
* release new version of namespace-lister * dedicated server for namespace-lister metrics endpoint (konflux-ci/namespace-lister#51) * add correlation ID in logs (konflux-ci/namespace-lister#48) Signed-off-by: Francesco Ilario <[email protected]> * enable metrics in containter args Signed-off-by: Francesco Ilario <[email protected]> * add service to kustomization Signed-off-by: Francesco Ilario <[email protected]> * fix tls Signed-off-by: Francesco Ilario <[email protected]> --------- Signed-off-by: Francesco Ilario <[email protected]>
- Loading branch information
Showing
6 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
labels: | ||
apps: namespace-lister-metrics | ||
name: namespace-lister-metrics | ||
namespace: namespace-lister | ||
spec: | ||
selector: | ||
apps: namespace-lister | ||
type: ClusterIP | ||
ports: | ||
- name: metrics | ||
targetPort: metrics | ||
port: 9100 |