Skip to content

Commit

Permalink
add custom env (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <paskal.maksim@gmail.com>
  • Loading branch information
maksim-paskal committed Apr 3, 2024
1 parent 1fa62da commit 7b0107f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/envoy-ratelimit-service/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.8.4
version: 19.0.2
- name: prometheus-statsd-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.5.0
digest: sha256:e790fe30c91921b39b6b2a039f8177ff098a6786f0ac81fcc4e7b4ebad22e374
generated: "2022-08-10T10:06:05.715799+03:00"
digest: sha256:4100a0b2af4659a37b0d7c2faf54413d5d2bf02c605ca0c070ffb486a704c896
generated: "2024-04-03T16:56:41.331554+01:00"
4 changes: 2 additions & 2 deletions charts/envoy-ratelimit-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
icon: https://helm.sh/img/helm.svg
name: envoy-ratelimit-service
version: 0.0.3
version: 0.0.4
description: Implementation of the Envoy Rate Limit Service
maintainers:
- name: maksim-paskal # Maksim Paskal
email: paskal.maksim@gmail.com
dependencies:
- name: redis
version: 16.8.4
version: 19.0.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: prometheus-statsd-exporter
Expand Down
3 changes: 3 additions & 0 deletions charts/envoy-ratelimit-service/templates/ratelimit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
value: "ratelimit"
- name: "RUNTIME_IGNOREDOTFILES"
value: "true"
{{ if .Values.env }}
{{ toYaml .Values.env | indent 8 }}
{{ end }}
readinessProbe:
httpGet:
path: /healthcheck
Expand Down
2 changes: 2 additions & 0 deletions charts/envoy-ratelimit-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ tolerations: []

nodeSelector: {}

env: []

affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 7b0107f

Please sign in to comment.