From 53fdbb18e6e807b86d890802460d7ce843056a37 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 29 Nov 2024 11:09:11 +0000 Subject: [PATCH] storcon: change default CPU request 200m->1 --- charts/neon-storage-controller/Chart.yaml | 2 +- charts/neon-storage-controller/README.md | 4 ++-- charts/neon-storage-controller/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/neon-storage-controller/Chart.yaml b/charts/neon-storage-controller/Chart.yaml index 6e416d8..d4cb2e8 100644 --- a/charts/neon-storage-controller/Chart.yaml +++ b/charts/neon-storage-controller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: neon-storage-controller description: Neon storage controller type: application -version: 1.2.0 +version: 1.2.1 appVersion: "0.1.0" kubeVersion: "^1.18.x-x" home: https://neon.tech diff --git a/charts/neon-storage-controller/README.md b/charts/neon-storage-controller/README.md index 082f26a..fff4f0a 100644 --- a/charts/neon-storage-controller/README.md +++ b/charts/neon-storage-controller/README.md @@ -1,6 +1,6 @@ # neon-storage-controller -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml) Neon storage controller @@ -53,7 +53,7 @@ Kubernetes: `^1.18.x-x` | registerControlPlane.resources.requests.cpu | string | `"100m"` | | | registerControlPlane.resources.requests.memory | string | `"128M"` | | | resources.limits.memory | string | `"4Gi"` | | -| resources.requests.cpu | string | `"200m"` | | +| resources.requests.cpu | string | `"1"` | | | resources.requests.memory | string | `"1Gi"` | | | securityContext | object | `{}` | neon-storage-controller's containers Security Context | | service.annotations | object | `{}` | Annotations to add to the service | diff --git a/charts/neon-storage-controller/values.yaml b/charts/neon-storage-controller/values.yaml index a421dcc..b7fd143 100644 --- a/charts/neon-storage-controller/values.yaml +++ b/charts/neon-storage-controller/values.yaml @@ -107,7 +107,7 @@ resources: limits: memory: 4Gi requests: - cpu: 200m + cpu: "1" memory: 1Gi # -- Node labels for pod assignment.