Skip to content

Commit

Permalink
add pyroscope to ingress rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jun 20, 2023
1 parent 73cc0a6 commit 3798457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/vald/values/dev-observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ defaults:
networkPolicy:
enabled: true
custom:
ingress:
- from:
- podSelector:
matchLabels:
app.kubernetes.io/name: pyroscope
egress:
- to:
- podSelector:
Expand Down

0 comments on commit 3798457

Please sign in to comment.