From 5f8090cc129f14abe00da2aee739f043bcd5027d Mon Sep 17 00:00:00 2001 From: Rahul Patil Date: Mon, 15 Jan 2024 10:11:05 +0100 Subject: [PATCH] Add autogenerated docs for recent changes --- charts/neon-pg-sni-router/README.md | 6 ++++-- charts/neon-pg-sni-router/values.yaml | 3 +-- charts/neon-proxy/README.md | 6 ++++-- charts/neon-proxy/values.yaml | 3 +-- charts/neon-storage-broker/README.md | 6 ++++-- charts/neon-storage-broker/values.yaml | 1 - 6 files changed, 14 insertions(+), 11 deletions(-) diff --git a/charts/neon-pg-sni-router/README.md b/charts/neon-pg-sni-router/README.md index 13b529c..980096f 100644 --- a/charts/neon-pg-sni-router/README.md +++ b/charts/neon-pg-sni-router/README.md @@ -1,6 +1,6 @@ # neon-pg-sni-router -![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-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: 0.0.4](https://img.shields.io/badge/Version-0.0.4-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 Postgres SNI Router @@ -53,7 +53,9 @@ Kubernetes: `^1.18.x-x` | podLabels | object | `{}` | Additional labels for neon-pg-sni-router pods | | podSecurityContext | object | `{}` | neon-pg-sni-router's pods Security Context | | replicaCount | int | `1` | | -| resources | object | `{}` | | +| resources.limits.memory | string | `"1Gi"` | | +| resources.requests.cpu | string | `"200m"` | | +| resources.requests.memory | string | `"512Mi"` | | | securityContext | object | `{}` | neon-pg-sni-router's containers Security Context | | service.annotations | object | `{}` | Annotations to add to the service | | service.httpPort | int | `9090` | Http management port | diff --git a/charts/neon-pg-sni-router/values.yaml b/charts/neon-pg-sni-router/values.yaml index 5f692cd..f373065 100644 --- a/charts/neon-pg-sni-router/values.yaml +++ b/charts/neon-pg-sni-router/values.yaml @@ -118,11 +118,10 @@ exposedService: resources: limits: - cpu: 400m memory: 1Gi requests: cpu: 200m - memory: 512Mi + memory: 512Mi # -- Node labels for pod assignment. nodeSelector: {} diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index 971d67a..2f96ff7 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -1,6 +1,6 @@ # neon-proxy -![Version: 1.7.13](https://img.shields.io/badge/Version-1.7.13-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.7.14](https://img.shields.io/badge/Version-1.7.14-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 Proxy @@ -52,7 +52,9 @@ Kubernetes: `^1.18.x-x` | podLabels | object | `{}` | Additional labels for neon-proxy pods | | podSecurityContext | object | `{}` | neon-proxy's pods Security Context | | replicaCount | int | `1` | | -| resources | object | `{}` | | +| resources.limits.memory | string | `"32Gi"` | | +| resources.requests.cpu | string | `"400m"` | | +| resources.requests.memory | string | `"2Gi"` | | | securityContext | object | `{}` | neon-proxy's containers Security Context | | service.annotations | object | `{}` | Annotations to add to the service | | service.httpPort | int | `9090` | Http management port | diff --git a/charts/neon-proxy/values.yaml b/charts/neon-proxy/values.yaml index c93138f..a075a4d 100644 --- a/charts/neon-proxy/values.yaml +++ b/charts/neon-proxy/values.yaml @@ -145,8 +145,7 @@ exposedService: resources: limits: - cpu: 1 - memory: 8Gi + memory: 32Gi requests: cpu: 400m memory: 2Gi diff --git a/charts/neon-storage-broker/README.md b/charts/neon-storage-broker/README.md index b343174..ad904f1 100644 --- a/charts/neon-storage-broker/README.md +++ b/charts/neon-storage-broker/README.md @@ -1,6 +1,6 @@ # neon-storage-broker -![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 broker @@ -52,7 +52,9 @@ Kubernetes: `^1.18.x-x` | podAnnotations | object | `{}` | Annotations for neon-storage-broker pods | | podLabels | object | `{}` | Additional labels for neon-storage-broker pods | | podSecurityContext | object | `{}` | neon-storage-broker's pods Security Context | -| resources | object | `{}` | | +| resources.limits.memory | string | `"4Gi"` | | +| resources.requests.cpu | string | `"200m"` | | +| resources.requests.memory | string | `"1Gi"` | | | securityContext | object | `{}` | neon-storage-broker's containers Security Context | | service.annotations | object | `{}` | Annotations to add to the service | | service.port | int | `50051` | broker listen port | diff --git a/charts/neon-storage-broker/values.yaml b/charts/neon-storage-broker/values.yaml index d2f79ed..4ebcfcd 100644 --- a/charts/neon-storage-broker/values.yaml +++ b/charts/neon-storage-broker/values.yaml @@ -66,7 +66,6 @@ service: resources: limits: - cpu: 500m memory: 4Gi requests: cpu: 200m