Add configurable mode for hub-cleanup service in values.yaml

This commit is contained in:
Cédric Verstraeten
2026-04-03 10:04:07 +02:00
parent 9b9f671525
commit 8d713da9c9
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ spec:
- containerPort: 8080
env:
- name: MODE
value: "serve"
value: "{{ .Values.kerberoshub.cleanup.mode }}"
- name: LOG_LEVEL
value: "{{ .Values.kerberoshub.cleanup.logLevel }}"
- name: READ_ONLY

View File

@@ -507,6 +507,7 @@ kerberoshub:
pullPolicy: IfNotPresent
tag: "v1.4.8"
replicas: 1 # Number of pods for the service.
mode: "serve" # The mode the cleanup service operates in.
logLevel: "info" # possible values: trace, debug, info, warn, error
maxDays: "365" # The maximum number of days to keep orphaned recordings.
resources: