allow editing of orphaned day limit

This commit is contained in:
Cedric Verstraeten
2024-12-02 12:45:34 +01:00
parent df4d848105
commit a07ddeb0e4
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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