Skip to content

Commit

Permalink
controller: add default resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Apr 18, 2024
1 parent 0775f48 commit ef82a92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.0.8
version: 1.0.9
appVersion: "0.1.0"
kubeVersion: "^1.18.x-x"
home: https://neon.tech
Expand Down
2 changes: 1 addition & 1 deletion 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.0.8](https://img.shields.io/badge/Version-1.0.8-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.0.9](https://img.shields.io/badge/Version-1.0.9-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
15 changes: 8 additions & 7 deletions charts/neon-storage-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ registerControlPlane:
# global_cplane_url: "http://neon-internal-api.aws.neon.build"
# local_cplane_url: "https://control-plane.zeta.us-east-2.internal.aws.neon.build"
# console_url: ""
resources:
limits:
cpu: 100m
memory: 128M
requests:
cpu: 100m
memory: 128M

resources:
limits:
cpu: 1000m
memory: 1024M
requests:
cpu: 1000m
memory: 1024M

serviceAccount:
# serviceAccount.create - Specifies whether a service account should be created
Expand Down

0 comments on commit ef82a92

Please sign in to comment.