Skip to content

Commit

Permalink
Add requestRate option to sessionsapces helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 9, 2024
1 parent 17e12ed commit 332fb82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sessionspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: sessionspaces
description: Namespace controller for creating session namespaces
type: application

version: 0.2.1
version: 0.2.2

appVersion: 0.1.0-rc3
2 changes: 2 additions & 0 deletions charts/sessionspaces/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ spec:
value: {{ include "sessionspaces.databaseURL" . }}
- name: LDAP_URL
value: {{ .Values.ldapUrl }}
- name: REQUEST_RATE
value: {{ .Values.requestRate | toString }}
{{- end -}}
1 change: 1 addition & 0 deletions charts/sessionspaces/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ database:
secretName: ispyb
secretKey: password
ldapUrl: https://ldap.diamond.ac.uk
requestRate: 10

image:
repository: ghcr.io/diamondlightsource/workflows
Expand Down

0 comments on commit 332fb82

Please sign in to comment.