You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/chorus/values.yaml
+36-18Lines changed: 36 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ proxy:
6
6
pullPolicy: Always
7
7
replicas: 2
8
8
resources:
9
-
limits:
10
-
cpu: 100m
11
-
memory: 300Mi
12
-
requests:
13
-
cpu: 50m
14
-
memory: 150Mi
9
+
#limits:
10
+
# cpu: 100m
11
+
# memory: 300Mi
12
+
#requests:
13
+
# cpu: 50m
14
+
# memory: 150Mi
15
15
proxyService:
16
16
portHttp:
17
17
port: 9669
@@ -49,12 +49,12 @@ worker:
49
49
tag: ""# Chart appVersion will be used if empty
50
50
pullPolicy: Always
51
51
resources:
52
-
limits:
53
-
cpu: 100m
54
-
memory: 300Mi
55
-
requests:
56
-
cpu: 50m
57
-
memory: 150Mi
52
+
#limits:
53
+
# cpu: 100m
54
+
# memory: 300Mi
55
+
#requests:
56
+
# cpu: 50m
57
+
# memory: 150Mi
58
58
restApiService:
59
59
portRest:
60
60
port: 9671
@@ -76,7 +76,7 @@ worker:
76
76
endpoint: # url to Jaeger or other open trace provider
77
77
rclone:
78
78
memoryLimit:
79
-
enabled: true
79
+
enabled: false
80
80
limit: 300M# Max RAM memory for file copy. Possible values: 50M <= mem <= (total app RAM - 50M). More memory -> faster s3 replication. # For example: if worker container resources.memory.limit = 500M, then mem = 450M
81
81
retryMin: 2s
82
82
retryMax: 20s
@@ -89,7 +89,7 @@ worker:
89
89
retryMin: 2s
90
90
retryMax: 20s
91
91
globalFileLimit:
92
-
enabled: true
92
+
enabled: false
93
93
limit: 3
94
94
retryMin: 2s
95
95
retryMax: 20s
@@ -120,8 +120,6 @@ commonConfig:
120
120
tagging: true
121
121
acl: true
122
122
storage:
123
-
createRouting: true # create roting rules to route proxy requests to main storage
124
-
createReplication: false # create replication rules to replicate data from main to other storages
125
123
defaultRegion: "us-east-1"# fallback region. Will be used if origin region is not supported by replication destination
126
124
storages:
127
125
# one:
@@ -164,8 +162,12 @@ agent:
164
162
enabled: false
165
163
endpoint: # url to Jaeger or other open trace provider
166
164
port: 9673# agent port to listen incoming notifications
167
-
url: http://localhost:9673 # REQUIRED: url to be used by s3 storage to send notifications. The URL should be reachable for s3 storage.
168
-
fromStorage: ""# REQUIRED: notifications source storage name from Chorus config. Normally name of the main storage from storage config.
165
+
# REQUIRED: url to be used by s3 storage to send notifications. The URL should be reachable for s3 storage.
166
+
# set empty to use k8s service URL if fromStorage is in the same k8s cluster
0 commit comments