diff --git a/apps/templates/mbgwp-official-helm.yaml b/apps/templates/mbgwp-official-helm.yaml index 0a39a2d..da7d5d6 100644 --- a/apps/templates/mbgwp-official-helm.yaml +++ b/apps/templates/mbgwp-official-helm.yaml @@ -90,8 +90,8 @@ spec: memory: "512Mi" cpu: "300m" limits: - memory: "512Mi" - cpu: "1000m" + memory: "1024Mi" + cpu: "2000m" # Health probes livenessProbe: diff --git a/vault/helm-vault.yaml b/vault/helm-vault.yaml index 0a3ce49..8b9ef9c 100644 --- a/vault/helm-vault.yaml +++ b/vault/helm-vault.yaml @@ -30,4 +30,9 @@ spec: - group: admissionregistration.k8s.io kind: MutatingWebhookConfiguration jqPathExpressions: - - .webhooks[]?.clientConfig.caBundle \ No newline at end of file + - .webhooks[]?.clientConfig.caBundle + - group: apps + kind: StatefulSet + name: vault + jsonPointers: + - /spec/volumeClaimTemplates \ No newline at end of file