diff --git a/charts/neon-proxy/Chart.yaml b/charts/neon-proxy/Chart.yaml index f5fef94..cf87ddd 100644 --- a/charts/neon-proxy/Chart.yaml +++ b/charts/neon-proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: neon-proxy description: Neon Proxy type: application -version: 1.7.9 +version: 1.7.10 appVersion: "0.1.0" kubeVersion: "^1.18.x-x" home: https://neon.tech diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index 9da7889..3bcd657 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -1,6 +1,6 @@ # neon-proxy -![Version: 1.7.9](https://img.shields.io/badge/Version-1.7.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) +![Version: 1.7.10](https://img.shields.io/badge/Version-1.7.10-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 diff --git a/charts/neon-proxy/templates/deployment.yaml b/charts/neon-proxy/templates/deployment.yaml index bdb021e..cd79811 100644 --- a/charts/neon-proxy/templates/deployment.yaml +++ b/charts/neon-proxy/templates/deployment.yaml @@ -105,13 +105,13 @@ spec: - --certs-dir - /certs-extra {{- end }} + {{- range .Values.settings.endpointRpsLimits }} + - --endpoint-rps-limit="{{ . | quote }}" + {{- end }} {{- with .Values.settings.wakeComputeLock }} - --wake-compute-lock - {{ . }} {{- end }} - {{- range .Values.settings.endpointRpsLimits }} - --endpoint-rps-limit={{ . | quote }} - {{- end }} {{- if .Values.settings }} env: {{- with .Values.settings.otelExporterOtlpEndpoint }}