Skip to content

Commit 64eea72

Browse files
authored
chore: bump prover agents (#10626)
1 parent 7c50107 commit 64eea72

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

spartan/aztec-network/values/exp-1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aztec:
88

99
telemetry:
1010
enabled: true
11+
otelCollectorEndpoint: http://35.197.100.168:4318
1112

1213
images:
1314
aztec:

spartan/aztec-network/values/rc-1.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ images:
1212

1313
telemetry:
1414
enabled: true
15+
otelCollectorEndpoint: http://35.197.100.168:4318
1516

1617
validator:
1718
storageSize: "100Gi"
@@ -128,7 +129,7 @@ bootNode:
128129
storageSize: "100Gi"
129130

130131
proverAgent:
131-
replicas: 8
132+
replicas: 16
132133
bb:
133134
hardwareConcurrency: 31
134135
gke:

spartan/aztec-network/values/rc-2.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ images:
1212

1313
telemetry:
1414
enabled: true
15+
otelCollectorEndpoint: http://35.197.100.168:4318
1516

1617
validator:
1718
replicas: 48
@@ -128,7 +129,7 @@ bootNode:
128129
disabled: true
129130

130131
proverAgent:
131-
replicas: 64
132+
replicas: 200
132133
bb:
133134
hardwareConcurrency: 31
134135
gke:

0 commit comments

Comments
 (0)