diff --git a/deploy/helm/zero-bin/values.yaml b/deploy/helm/zero-bin/values.yaml index a5c48ca0..484ad874 100644 --- a/deploy/helm/zero-bin/values.yaml +++ b/deploy/helm/zero-bin/values.yaml @@ -78,20 +78,20 @@ hull: port: 8080 initialDelaySeconds: 10 periodSeconds: 5 - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: workload - operator: In - values: - - zk - tolerations: - - key: "workload" - operator: "Equal" - value: "zk" - effect: "NoSchedule" + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: workload + # operator: In + # values: + # - zk + # tolerations: + # - key: "workload" + # operator: "Equal" + # value: "zk" + # effect: "NoSchedule" worker: replicas: 1 pod: @@ -110,6 +110,20 @@ hull: key: amqp_uri RUST_LOG: value: info + ARITHMETIC_CIRCUIT_SIZE: + value: 23..30 + BYTE_PACKING_CIRCUIT_SIZE: + value: 9..21 + CPU_CIRCUIT_SIZE: + value: 25..40 + KECCAK_CIRCUIT_SIZE: + value: 22..30 + KECCAK_SPONGE_CIRCUIT_SIZE: + value: 9..15 + LOGIC_CIRCUIT_SIZE: + value: 12..18 + MEMORY_CIRCUIT_SIZE: + value: 17..28 resources: limits: cpu: 5 @@ -140,7 +154,7 @@ hull: targetPort: 8080 poddisruptionbudget: leader: - minAvailable: 1 + maxUnavailable: 1 selector: matchLabels: app.kubernetes.io/component: leader