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