fix: prometheus network policy let prometheus-adapter pass (#1982)
This commit is contained in:
@@ -22,6 +22,13 @@ spec:
|
||||
protocol: TCP
|
||||
- port: 8080
|
||||
protocol: TCP
|
||||
- from:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: prometheus-adapter
|
||||
ports:
|
||||
- port: 9090
|
||||
protocol: TCP
|
||||
- from:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user