Skip to content

Commit

Permalink
chore: Updated Prometheus Network policy for granting access from lif…
Browse files Browse the repository at this point in the history
…ecycle controller namespace (#191)
  • Loading branch information
bacherfl committed Oct 18, 2022
1 parent 913a9ff commit bd77527
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ spec:
ports:
- port: 9090
protocol: TCP
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: keptn-lifecycle-controller-system
ports:
- port: 9090
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/component: prometheus
Expand Down

0 comments on commit bd77527

Please sign in to comment.