Skip to content

Commit

Permalink
allow editing of orphaned day limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Dec 2, 2024
1 parent df4d848 commit a07ddeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub/templates/kerberos-hub/hub-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: READ_ONLY
value: "{{ .Values.readonly }}"
- name: MAX_DAYS
value: "30"
value: "{{ .Values.kerberoshub.cleanup.maxDays }}"
- name: MONGODB_DATABASE_CLOUD
value: "Kerberos"
- name: MONGODB_URI
Expand Down
1 change: 1 addition & 0 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ kerberoshub:
repository: kerberos/hub-cleanup
pullPolicy: IfNotPresent
tag: "1.0.6436406806"
maxDays: "365" # The maximum number of days to keep orphaned recordings.
resources:
requests:
memory: 10Mi
Expand Down

0 comments on commit a07ddeb

Please sign in to comment.