|
1 | 1 | ## Codefresh Runner
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 | Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
|
6 | 6 |
|
@@ -1098,6 +1098,17 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
|
1098 | 1098 | | appProxy.serviceAccount.namespaced | bool | `true` | Use Role(true)/ClusterRole(true) |
|
1099 | 1099 | | appProxy.tolerations | list | `[]` | Set tolerations |
|
1100 | 1100 | | appProxy.updateStrategy | object | `{"type":"RollingUpdate"}` | Upgrade strategy |
|
| 1101 | +| ballast | object | See below | Ballast parameters | |
| 1102 | +| ballast.dind.image | object | `{"digest":"sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a","registry":"registry.k8s.io","repository":"pause","tag":3.1}` | Set image | |
| 1103 | +| ballast.dind.podAnnotations | object | `{}` | Set pod annotations | |
| 1104 | +| ballast.dind.podSecurityContext | object | `{}` | Add additional env vars | |
| 1105 | +| ballast.dind.replicasCount | int | `1` | Set number of pods | |
| 1106 | +| ballast.dind.resources | object | `{}` | Set resources | |
| 1107 | +| ballast.engine.image | object | `{"digest":"sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a","registry":"registry.k8s.io","repository":"pause","tag":3.1}` | Set image | |
| 1108 | +| ballast.engine.podAnnotations | object | `{}` | Set pod annotations | |
| 1109 | +| ballast.engine.podSecurityContext | object | `{}` | Add additional env vars | |
| 1110 | +| ballast.engine.replicasCount | int | `1` | Set number of pods | |
| 1111 | +| ballast.engine.resources | object | `{}` | Set resources | |
1101 | 1112 | | dockerRegistry | string | `""` | |
|
1102 | 1113 | | event-exporter | object | See below | Event exporter parameters |
|
1103 | 1114 | | event-exporter.affinity | object | `{}` | Set affinity |
|
|
0 commit comments