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