Skip to content

Commit

Permalink
Fix allow-prometheus NetworkPolicy
Browse files Browse the repository at this point in the history
```bugfix operator
An issue causing a NetworkPolicy to do not allow egress from prometheus Pod to alertmanager and vpa-exporter Pods is now fixed.
```

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov committed Jan 11, 2021
1 parent b9a4257 commit 3d27d2e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ spec:
matchLabels:
component: alertmanager
role: monitoring
garden.sapcloud.io/role: monitoring
namespaceSelector:
matchLabels:
role: garden
- podSelector:
matchLabels:
app: vpa-exporter
garden.sapcloud.io/role: vpa
gardener.cloud/role: vpa
namespaceSelector:
matchLabels:
role: garden
Expand Down

0 comments on commit 3d27d2e

Please sign in to comment.