aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-10-17 22:35:58 +0100
committerGravatar Chris Lovering <[email protected]>2023-10-17 22:35:58 +0100
commitcef8541c56c7f012e736a8b78903e474a3604115 (patch)
tree591379cde030b71f5fdbcfce0ea0a45e54a9511a
parentDisable kubewatch for pods (diff)
Disable kubewatch for a number of resources
The sheer number of these webhooks being sent was taking up a significant amount of our available guild-wide ratelimit for webhooks.
-rw-r--r--kubernetes/namespaces/monitoring/kubewatch/configmap.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/kubernetes/namespaces/monitoring/kubewatch/configmap.yaml b/kubernetes/namespaces/monitoring/kubewatch/configmap.yaml
index c25eb75..82ec390 100644
--- a/kubernetes/namespaces/monitoring/kubewatch/configmap.yaml
+++ b/kubernetes/namespaces/monitoring/kubewatch/configmap.yaml
@@ -17,18 +17,18 @@ data:
- cluster-autoscaler-status
- ingress-controller-leader
resource:
- deployment: true
replicationcontroller: true
- replicaset: true
- daemonset: true
- services: true
- pod: false
- job: true
- node: false
clusterrole: true
serviceaccount: true
persistentvolume: true
+ configmap: true
namespace: true
secret: true
- configmap: true
- ingress: true
+ deployment: false
+ replicaset: false
+ daemonset: false
+ services: false
+ pod: false
+ job: false
+ node: false
+ ingress: false