mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-20 19:29:10 +00:00
Fix yaml
This commit is contained in:
parent
a2adcfaba3
commit
d8aec6da7a
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ Next, use the following configuration to deny all the ingress (inbound) traffic.
|
|||
name: default-deny-all
|
||||
namespace: monitoring
|
||||
spec:
|
||||
podSelector: {}
|
||||
matchLabels:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
```
|
||||
Save the config file as default-deny-all.yaml and apply the configuration to the cluster using
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue