Skip to content

Commit

Permalink
storcon: change default CPU request 200m->1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Nov 29, 2024
1 parent c9f6995 commit 79e474f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/neon-storage-controller/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resources:
limits:
memory: 4Gi
requests:
cpu: 200m
cpu: 1
memory: 1Gi

# -- Node labels for pod assignment.
Expand Down

0 comments on commit 79e474f

Please sign in to comment.