Compare commits
No commits in common. "7e78625cffc7d8d245f202436a2ddcd56d5b346c" and "345cf8020b92c016b7d5f467a2eaa2422ca44110" have entirely different histories.
7e78625cff
...
345cf8020b
2 changed files with 1 additions and 10 deletions
|
|
@ -16,12 +16,3 @@ plugins:
|
||||||
usernames: []
|
usernames: []
|
||||||
runtimeClasses: []
|
runtimeClasses: []
|
||||||
namespaces: [kube-system, cis-operator-system]
|
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
|
kind: NetworkPolicy
|
||||||
metadata:
|
metadata:
|
||||||
name: default-network-dns-policy
|
name: default-network-dns-policy
|
||||||
namespace: kube-system
|
namespace: <NAMESPACE>
|
||||||
spec:
|
spec:
|
||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue