|
| 1 | +# aztec-prover |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +A Helm chart for Kubernetes |
| 6 | + |
| 7 | +## Values |
| 8 | + |
| 9 | +| Key | Type | Default | Description | |
| 10 | +|-----|------|---------|-------------| |
| 11 | +| affinity | object | `{}` | | |
| 12 | +| autoscaling.enabled | bool | `false` | | |
| 13 | +| autoscaling.maxReplicas | int | `100` | | |
| 14 | +| autoscaling.minReplicas | int | `1` | | |
| 15 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 16 | +| envFrom | list | `[]` | | |
| 17 | +| extraObjects | list | `[]` | | |
| 18 | +| fullnameOverride | string | `""` | | |
| 19 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 20 | +| image.repository | string | `"aztecprotocol/aztec"` | | |
| 21 | +| image.tag | string | `"provernet"` | | |
| 22 | +| imagePullSecrets | list | `[]` | | |
| 23 | +| ingress.annotations | object | `{}` | | |
| 24 | +| ingress.className | string | `""` | | |
| 25 | +| ingress.enabled | bool | `false` | | |
| 26 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 27 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 28 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 29 | +| ingress.tls | list | `[]` | | |
| 30 | +| livenessProbe.httpGet.path | string | `"/status"` | | |
| 31 | +| livenessProbe.httpGet.port | string | `"http"` | | |
| 32 | +| nameOverride | string | `""` | | |
| 33 | +| nodeSelector | object | `{}` | | |
| 34 | +| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | |
| 35 | +| persistence.enabled | bool | `false` | | |
| 36 | +| persistence.mountPath | string | `"/data"` | | |
| 37 | +| persistence.size | string | `"50Gi"` | | |
| 38 | +| persistence.storageClass | string | `""` | | |
| 39 | +| podAnnotations | object | `{}` | | |
| 40 | +| podLabels | object | `{}` | | |
| 41 | +| podSecurityContext | object | `{}` | | |
| 42 | +| proverAgent.args[0] | string | `"start --prover"` | | |
| 43 | +| proverAgent.enabled | bool | `false` | | |
| 44 | +| proverAgent.env.AZTEC_NODE_URL | string | `"http://aztec-prover-node:8080"` | | |
| 45 | +| proverAgent.env.IS_DEV_NET | string | `"true"` | | |
| 46 | +| proverAgent.env.LOG_JSON | string | `"false"` | | |
| 47 | +| proverAgent.env.LOG_LEVEL | string | `"debug"` | | |
| 48 | +| proverAgent.env.OTEL_EXPORTER_OTLP_ENDPOINT | string | `""` | | |
| 49 | +| proverAgent.env.PROVER_AGENTS | string | `"1"` | | |
| 50 | +| proverAgent.env.PROVER_REAL_PROOFS | string | `"true"` | | |
| 51 | +| proverAgent.name | string | `"agent"` | | |
| 52 | +| proverNode.args[0] | string | `"start --prover-node --archiver"` | | |
| 53 | +| proverNode.enabled | bool | `true` | | |
| 54 | +| proverNode.env.AZTEC_PORT | string | `"8080"` | | |
| 55 | +| proverNode.env.DATA_DIRECTORY | string | `"/data"` | | |
| 56 | +| proverNode.env.ETHEREUM_HOST | string | `"https://provernet-mainnet-fork.aztec.network:8545/$APIKEY"` | | |
| 57 | +| proverNode.env.IS_DEV_NET | string | `"true"` | | |
| 58 | +| proverNode.env.L1_CHAIN_ID | string | `"677692"` | | |
| 59 | +| proverNode.env.LOG_JSON | string | `"false"` | | |
| 60 | +| proverNode.env.LOG_LEVEL | string | `"debug"` | | |
| 61 | +| proverNode.env.OTEL_EXPORTER_OTLP_ENDPOINT | string | `""` | | |
| 62 | +| proverNode.env.PROVER_REAL_PROOFS | string | `"true"` | | |
| 63 | +| proverNode.env.TX_PROVIDER_NODE_URL | string | `"https://api.aztec.network/provernet/aztec-node-1/$APIKEY"` | | |
| 64 | +| proverNode.name | string | `"node"` | | |
| 65 | +| readinessProbe.httpGet.path | string | `"/status"` | | |
| 66 | +| readinessProbe.httpGet.port | string | `"http"` | | |
| 67 | +| replicaCount | int | `1` | | |
| 68 | +| resources | object | `{}` | | |
| 69 | +| securityContext | object | `{}` | | |
| 70 | +| service.port | int | `8080` | | |
| 71 | +| service.type | string | `"ClusterIP"` | | |
| 72 | +| serviceAccount.annotations | object | `{}` | | |
| 73 | +| serviceAccount.automount | bool | `true` | | |
| 74 | +| serviceAccount.create | bool | `true` | | |
| 75 | +| serviceAccount.name | string | `""` | | |
| 76 | +| tolerations | list | `[]` | | |
| 77 | +| volumeMounts | list | `[]` | | |
| 78 | +| volumes | list | `[]` | | |
| 79 | + |
| 80 | +---------------------------------------------- |
| 81 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments