Skip to content

Commit

Permalink
doc: Add revisionHistoryLimit option to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Sep 22, 2024
1 parent 761e970 commit 2493218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/docs/advanced-topics/helm-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Helm is a package manager for Kubernetes, allowing to easily deploy applications
| `podSecurityContext` | Security rules applied to the Pod ([more details](https://kubernetes.io/docs/concepts/security/pod-security-standards)). | `{}` |
| `replicaCount` | Default fixed amount of agents deployed. Those are not auto-scaled. | `3` |
| `resources` | Resource limits | `{ "resources": { "limits": { "cpu": 2, "memory": "4Gi", "ephemeral-storage": "8Gi" }, "requests": { "cpu": 1, "memory": "2Gi", "ephemeral-storage": "2Gi" }}}` |
| `revisionHistoryLimit` | Number of revisions to keep in the history of the Deployment | `10` |
| `secret.create` | Create Secret, must contains `personalAccessToken` and `organizationURL` variables. | `true` |
| `secret.name` | Secret name | _Release name_ |
| `securityContext` | Security rules applied to the container ([more details](https://kubernetes.io/docs/concepts/security/pod-security-standards)). | `{}` |
Expand Down

0 comments on commit 2493218

Please sign in to comment.