mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Increase MBGWP resource limit
This commit is contained in:
@@ -90,8 +90,8 @@ spec:
|
||||
memory: "512Mi"
|
||||
cpu: "300m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "1000m"
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
|
||||
# Health probes
|
||||
livenessProbe:
|
||||
|
||||
@@ -30,4 +30,9 @@ spec:
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: MutatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[]?.clientConfig.caBundle
|
||||
- .webhooks[]?.clientConfig.caBundle
|
||||
- group: apps
|
||||
kind: StatefulSet
|
||||
name: vault
|
||||
jsonPointers:
|
||||
- /spec/volumeClaimTemplates
|
||||
Reference in New Issue
Block a user