Skip to content

Commit

Permalink
feat(charts): add redis reservationTimeout
Browse files Browse the repository at this point in the history
Signed-off-by: juliangrewe-bosch <[email protected]>
  • Loading branch information
juliangrewe-bosch committed Sep 29, 2023
1 parent 2b16b70 commit 9ced9d6
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 }}
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 9ced9d6

Please sign in to comment.