diff --git a/pkg/helm/values.yaml b/pkg/helm/values.yaml index 10906e8a4..768663706 100644 --- a/pkg/helm/values.yaml +++ b/pkg/helm/values.yaml @@ -71,11 +71,11 @@ preferences: resources: requests: - cpu: 250m - memory: 512Mi + cpu: 500m + memory: 1Gi limits: - cpu: 250m - memory: 512Mi + cpu: 500m + memory: 1Gi persistence: enabled: true @@ -152,4 +152,5 @@ containerSecurityContext: appArmorProfile: type: RuntimeDefault windowsOptions: - hostProcess: false \ No newline at end of file + + hostProcess: false