Skip to content

Commit

Permalink
feat(charts): add redis reservationTimeout (#63)
Browse files Browse the repository at this point in the history
* feat(charts): add redis reservationTimeout

Signed-off-by: juliangrewe-bosch <[email protected]>
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
juliangrewe-bosch committed Feb 21, 2024
1 parent 2b16b70 commit eead173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions castor-service/charts/castor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
value: {{ .Values.castor.db.port | quote }}
- name: LOG_LEVEL
value: {{ .Values.castor.logLevel | quote }}
- name: RESERVATION_TIMEOUT
value: {{ .Values.castor.reservationTimeout | quote }}
ports:
- name: mgmt
containerPort: 10100
Expand Down
1 change: 1 addition & 0 deletions castor-service/charts/castor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ castor:
period: 5
failureThreshold: 3
logLevel: INFO
reservationTimeout: 5000

0 comments on commit eead173

Please sign in to comment.