Compare commits
2 commits
345cf8020b
...
7e78625cff
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e78625cff | |||
| e047229a8b |
2 changed files with 10 additions and 1 deletions
|
|
@ -16,3 +16,12 @@ plugins:
|
|||
usernames: []
|
||||
runtimeClasses: []
|
||||
namespaces: [kube-system, cis-operator-system]
|
||||
- name: EventRateLimit
|
||||
configuration:
|
||||
apiVersion: eventratelimit.admission.k8s.io/v1alpha1
|
||||
kind: Configuration
|
||||
limits:
|
||||
- burst: 20000
|
||||
qps: 5000
|
||||
type: Server
|
||||
path: ""
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: default-network-dns-policy
|
||||
namespace: <NAMESPACE>
|
||||
namespace: kube-system
|
||||
spec:
|
||||
ingress:
|
||||
- ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue