Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Update UI role to watch and list pods in Odigos NS. Add OTLP port for…
Browse files Browse the repository at this point in the history
… UI service (#135)
  • Loading branch information
RonFed authored Sep 16, 2024
1 parent fd845a2 commit 49d5aa6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/odigos/templates/ui/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
2 changes: 2 additions & 0 deletions charts/odigos/templates/ui/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ spec:
ports:
- name: ui
port: 3000
- name: otlp
port: 4317
selector:
app: odigos-ui

0 comments on commit 49d5aa6

Please sign in to comment.