diff --git a/charts/hub/values.yaml b/charts/hub/values.yaml index aee718e..e16deb6 100644 --- a/charts/hub/values.yaml +++ b/charts/hub/values.yaml @@ -745,6 +745,19 @@ kerberospipeline: requests: memory: 10Mi cpu: 10m + redaction: + repository: ghcr.io/uug-ai/hub-pipeline-redaction + pullPolicy: IfNotPresent + tag: "v1.0.0" + replicas: 2 # Number of pods for the service. + logLevel: "info" # possible values: trace, debug, info, warn, error + resources: + requests: + memory: 512Mi + cpu: 500m + limits: + memory: 2Gi + cpu: 1000m ########################################################################### # Email configuration #