mirror of
https://github.com/kerberos-io/helm-charts.git
synced 2026-08-23 15:18:33 +00:00
Add configurable mode for hub-cleanup service in values.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user