Commit 61d612a1 authored by bruzzese's avatar bruzzese
Browse files

Update values.yaml

parent d3508ca4
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -7,9 +7,6 @@ replicaCount: 0

useDeprecatedImplicitSecrets: true

# When set, run extra busybox containers in the relevant pods to also expose the error logs
exposeErrorLogs: true

errorLogsExporterResources:
  limits:
    cpu: 30m
@@ -18,9 +15,6 @@ errorLogsExporterResources:
    cpu: 20m
    memory: 20Mi

# Set to true to enable SSL support for the different servers to be able accept X509 certificates and proxies.
useSSL: false

image:
  repository: rucio/rucio-server
  tag: release-1.24.3
@@ -62,9 +56,6 @@ livenessProbe:
  periodSeconds: 20
  timeoutSeconds: 5

serverType: api

logFormat: '[%{%Y-%m-%d %H:%M:%S}t]\t%v\t%h\t%{X-Forwarded-For}i\t%{X-Rucio-RequestId}i\t%>s\t%I\t%B\t%D\t\"%r\"\t\"%{X-Rucio-Auth-Token}i\"\t\"%{User-Agent}i\"\t%{X-Rucio-Script}i'

monitoring:
  enabled: false