Skip to content

Commit

Permalink
update chart readme
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jan 26, 2025
1 parent 6d391d5 commit 280920c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/capsule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Here the values you can override:

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| manager.command | string | `"/manager"` | Specify the default command to run. |
| manager.command | list | `["/manager"]` | Specify the default command to run. |
| manager.hostNetwork | bool | `false` | Specifies if the container should be started in hostNetwork mode. Required for use in some managed kubernetes clusters (such as AWS EKS) with custom CNI (such as calico), because control-plane managed by AWS cannot communicate with pods' IP CIDR and admission webhooks are not working |
| manager.hostPID | bool | `false` | Specifies if the container should be started in hostPID mode. |
| manager.image.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy. |
Expand All @@ -168,8 +168,8 @@ Here the values you can override:
| manager.readinessProbe | object | `{"httpGet":{"path":"/readyz","port":10080}}` | Configure the readiness probe using Deployment probe spec |
| manager.resources | object | `{}` | Set the resource requests/limits for the Capsule manager container |
| manager.securityContext | object | `{}` | Set the securityContext for the Capsule container |
| manager.volumeMounts | object | `{}` | Set the additional volumeMounts needed for the Capsule manager container |
| manager.volumes | object | `{}` | Set the additional volumes needed for the Capsule manager container |
| manager.volumeMounts | list | `[]` | Set the additional volumeMounts needed for the Capsule manager container |
| manager.volumes | list | `[]` | Set the additional volumes needed for the Capsule manager container |
| manager.webhookPort | int | `9443` | Set an alternative to the default container port. Useful for use in some kubernetes clusters (such as GKE Private) with aggregator routing turned on, because pod ports have to be opened manually on the firewall side |

### ServiceMonitor Parameters
Expand Down

0 comments on commit 280920c

Please sign in to comment.