File tree 1 file changed +22
-16
lines changed
1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -102,23 +102,29 @@ locals {
102
102
}
103
103
]
104
104
internal_worker = [
105
- # {
106
- # id = "arweave-mirror"
107
- # network = "arweave"
108
- # worker = "mirror"
109
- # endpoint = "https://arweave.net"
105
+ {
106
+ id = " arweave-mirror"
107
+ network = " arweave"
108
+ worker = " mirror"
109
+ endpoint = " https://arweave.net"
110
110
111
- # resources = {
112
- # requests = {
113
- # cpu = "500m"
114
- # memory = "512Mi"
115
- # }
116
- # limits = {
117
- # cpu = "1"
118
- # memory = "1Gi"
119
- # }
120
- # }
121
- # },
111
+ resources = {
112
+ requests = {
113
+ cpu = " 500m"
114
+ memory = " 512Mi"
115
+ }
116
+ limits = {
117
+ cpu = " 1"
118
+ memory = " 1Gi"
119
+ }
120
+ }
121
+ },
122
+ {
123
+ id = " arweave-paragraph"
124
+ network = " arweave"
125
+ worker = " paragraph"
126
+ endpoint = " https://arweave.net"
127
+ },
122
128
{
123
129
id = " crossbell" ,
124
130
worker = " crossbell" ,
You can’t perform that action at this time.
0 commit comments